2007-12-02 Complication

* Commit SAM v2 patch from mkvore (thank you!)
    * Minor reformatting to preserve consistent whitespace
      in old SAM classes (new classes unaltered)
This commit is contained in:
complication
2007-12-03 04:19:25 +00:00
committed by zzz
parent 979a3e98d8
commit 17b719f3f7
8 changed files with 1011 additions and 72 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.533 $ $Date: 2007-11-26 16:53:58 $";
public final static String ID = "$Revision: 1.534 $ $Date: 2007-12-01 22:13:18 $";
public final static String VERSION = "0.6.1.30";
public final static long BUILD = 5;
public final static long BUILD = 6;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);