comparison src/org/dancres/blitz/VersionInfo.java @ 32:a77f0a9ed93c 2.1.1

Add support for optimistic log batching.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 12 Jun 2010 10:42:31 +0100
parents 511648fa4d64
children
comparison
equal deleted inserted replaced
31:243c74d599bf 32:a77f0a9ed93c
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"; 11 public static final String VERSION = "2.1.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 " +