forked from I2P_Developers/i2p.i2p
jbigi for 64bit Windows (jcpuid was checked in earlier).
Tested in Windows 7. As has been customary, these were linked with gmp-5.0.2. Built using "x86_64-w64-mingw32-gcc (GCC) 4.5.3" on Debian Sid with debug symbols stripped using x86_64-w64-mingw32-strip.
This commit is contained in:
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 21;
|
||||
public final static long BUILD = 22;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user