Modified the version number to something more appropriate for Felix.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@312672 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/org/apache/felix/framework/util/FelixConstants.java b/framework/src/org/apache/felix/framework/util/FelixConstants.java
index 960e911..53f02e8 100644
--- a/framework/src/org/apache/felix/framework/util/FelixConstants.java
+++ b/framework/src/org/apache/felix/framework/util/FelixConstants.java
@@ -24,7 +24,7 @@
 
     // Framework constants and values.
     public static final String FELIX_VERSION_PROPERTY = "felix.version";
-    public static final String FELIX_VERSION_VALUE = "2.0.0.alpha8";
+    public static final String FELIX_VERSION_VALUE = "0.7.0";
 
     // Miscellaneous manifest constants.
     public static final String DIRECTIVE_SEPARATOR = ":=";
@@ -57,4 +57,4 @@
 
     // Miscellaneous properties values.
     public static final String FAKE_URL_PROTOCOL_VALUE = "location:";
-}
\ No newline at end of file
+}