summaryrefslogtreecommitdiff
path: root/gnu/classpath/Configuration.java.in
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2002-10-03 15:10:03 +0000
committerMark Wielaard <mark@klomp.org>2002-10-03 15:10:03 +0000
commit4bc18ffad0256f9d012af6e183262f7a6a2cf501 (patch)
treeccc969f5635debb2324ba309a0698a4d42afd086 /gnu/classpath/Configuration.java.in
parent8eba411a0dd0eebf23bbe2b30f69b2589ca2d31a (diff)
downloadclasspath-4bc18ffad0256f9d012af6e183262f7a6a2cf501.tar.gz
* configure.in: Set VERSION to 0.04+cvs.
* gnu/classpath/Configuration.java (CLASSPATH_VERSION): New field. * java/lang/System.java (static): Set gnu.classpath.version property.
Diffstat (limited to 'gnu/classpath/Configuration.java.in')
-rw-r--r--gnu/classpath/Configuration.java.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/classpath/Configuration.java.in b/gnu/classpath/Configuration.java.in
index 572d6bb65..f5ae29f02 100644
--- a/gnu/classpath/Configuration.java.in
+++ b/gnu/classpath/Configuration.java.in
@@ -52,6 +52,13 @@ public interface Configuration
String CLASSPATH_HOME = "@prefix@";
/**
+ * The release version number of GNU Classpath.
+ * It is set according to the value of 'version' in the configure[.in] file
+ * and used to set the System property gnu.classpath.version.
+ */
+ String CLASSPATH_VERSION = "@VERSION@";
+
+ /**
* The value of DEBUG is substituted according to whether the
* "--enable-debug" argument was passed to configure. Code
* which is made conditional based on the value of this flag - typically