changeset 26:511648fa4d64 Version 2.1

Version to 2.1
author Dan Creswell <dan.creswell@gmail.com>
date Mon, 04 Jan 2010 13:00:40 +0000
parents 506c6c316c8b
children bc579f24eaf5
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	Mon Jan 04 13:00:18 2010 +0000
+++ b/src/org/dancres/blitz/VersionInfo.java	Mon Jan 04 13:00:40 2010 +0000
@@ -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.1-rc1";
+    public static final String VERSION = "2.1";
 
     public static void dump() {
         SpaceImpl.theLogger.log(Level.INFO, "Version info: " +