Skip to content

Commit 6948be3

Browse files
committed
LDEV-6108 unhide GetSystemMetrics() BIF
1 parent fb471d9 commit 6948be3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/main/java/resource/fld/core-base.fld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6776,7 +6776,7 @@ When used, the function automatically validates that the secret exists and throw
67766776
<function>
67776777
<name>GetSystemMetrics</name>
67786778
<class>lucee.runtime.functions.system.GetSystemInfo</class>
6779-
<status>hidden</status>
6779+
<introduced>5.2.5.7</introduced>
67806780
<description></description>
67816781
<return>
67826782
<type>struct</type>

loader/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project default="core" basedir="." name="Lucee"
33
xmlns:resolver="antlib:org.apache.maven.resolver.ant">
44

5-
<property name="version" value="7.0.2.83-RC"/>
5+
<property name="version" value="7.0.2.83-SNAPSHOT"/>
66

77
<taskdef uri="antlib:org.apache.maven.resolver.ant" resource="org/apache/maven/resolver/ant/antlib.xml">
88
<classpath>

loader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.lucee</groupId>
55
<artifactId>lucee</artifactId>
6-
<version>7.0.2.83-RC</version>
6+
<version>7.0.2.84-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lucee Loader Build</name>

0 commit comments

Comments
 (0)