comparison src/org/dancres/blitz/VersionInfo.java @ 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 87ba735f1f4a
children a77f0a9ed93c
comparison
equal deleted inserted replaced
25:506c6c316c8b 26:511648fa4d64
6 6
7 public class VersionInfo { 7 public class VersionInfo {
8 public static final String PRODUCT_NAME = "Blitz JavaSpaces (PureJavaEdition)"; 8 public static final String PRODUCT_NAME = "Blitz JavaSpaces (PureJavaEdition)";
9 public static final String EMAIL_CONTACT = "blitz@dancres.org"; 9 public static final String EMAIL_CONTACT = "blitz@dancres.org";
10 public static final String SUPPLIER_NAME = "The Blitz Project"; 10 public static final String SUPPLIER_NAME = "The Blitz Project";
11 public static final String VERSION = "2.1-rc1"; 11 public static final String VERSION = "2.1";
12 12
13 public static void dump() { 13 public static void dump() {
14 SpaceImpl.theLogger.log(Level.INFO, "Version info: " + 14 SpaceImpl.theLogger.log(Level.INFO, "Version info: " +
15 PRODUCT_NAME + ", " + EMAIL_CONTACT + ", " + 15 PRODUCT_NAME + ", " + EMAIL_CONTACT + ", " +
16 SUPPLIER_NAME + ", " + VERSION + ", Db/Java " + 16 SUPPLIER_NAME + ", " + VERSION + ", Db/Java " +