summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/classpath/SystemProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/classpath/SystemProperties.java')
-rw-r--r--libjava/gnu/classpath/SystemProperties.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/gnu/classpath/SystemProperties.java b/libjava/gnu/classpath/SystemProperties.java
index 46a9e6b5d9a..001663f0b71 100644
--- a/libjava/gnu/classpath/SystemProperties.java
+++ b/libjava/gnu/classpath/SystemProperties.java
@@ -70,6 +70,9 @@ public class SystemProperties
{
insertSystemProperties(defaultProperties);
+ defaultProperties.put("gnu.classpath.version",
+ Configuration.CLASSPATH_VERSION);
+
// Set base URL if not already set.
if (defaultProperties.get("gnu.classpath.home.url") == null)
defaultProperties.put("gnu.classpath.home.url",
OpenPOWER on IntegriCloud