(not yet tagging this 0.5, but I don't think there's anytihng left)
2005-02-17 jrandom * If the clock is adjusted during a job run, don't act as if the job took negative time.
This commit is contained in:
@ -14,8 +14,8 @@ package net.i2p;
|
||||
*
|
||||
*/
|
||||
public class CoreVersion {
|
||||
public final static String ID = "$Revision: 1.26.2.1 $ $Date: 2005/02/09 13:46:58 $";
|
||||
public final static String VERSION = "0.5-pre";
|
||||
public final static String ID = "$Revision: 1.27 $ $Date: 2005/02/16 17:23:50 $";
|
||||
public final static String VERSION = "0.5";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
Reference in New Issue
Block a user