update server version
This commit is contained in:
parent
78c56ac382
commit
4b09e5f1c3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import com.sleepycat.db.*;
|
|||
|
||||
public class Server implements IPathElement, Runnable {
|
||||
|
||||
public static final String version = "1.2pre2 2002/03/19";
|
||||
public static final String version = "1.2pre2 2002/03/26";
|
||||
public static final long starttime = System.currentTimeMillis();
|
||||
|
||||
public static boolean useTransactions = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue