(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:
jrandom
2005-02-17 22:57:53 +00:00
committed by zzz
parent aa3a44c42a
commit 15a0dcf4d8
6 changed files with 15 additions and 8 deletions

View File

@ -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);