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