changeset 10:87ba735f1f4a 2.1-rc1

Update the version info.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 23 May 2009 11:30:41 +0100
parents e92d83b192bb
children e20d9146f32e
files src/org/dancres/blitz/VersionInfo.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/org/dancres/blitz/VersionInfo.java	Sat May 23 11:28:57 2009 +0100
+++ b/src/org/dancres/blitz/VersionInfo.java	Sat May 23 11:30:41 2009 +0100
@@ -8,7 +8,7 @@
     public static final String PRODUCT_NAME = "Blitz JavaSpaces (PureJavaEdition)";
     public static final String EMAIL_CONTACT = "blitz@dancres.org";
     public static final String SUPPLIER_NAME = "The Blitz Project";
-    public static final String VERSION = "2.0fcs";
+    public static final String VERSION = "2.1-rc1";
 
     public static void dump() {
         SpaceImpl.theLogger.log(Level.INFO, "Version info: " +