forked from I2P_Developers/i2p.i2p
bump version to -19 to reflect the upgraded wrapper and jcpuid/jbigi binaries for windows and freebsd
This commit is contained in:
16
history.txt
16
history.txt
@ -1,6 +1,22 @@
|
||||
2011-06-08 zzz
|
||||
* Build: Add standard manifest to jbigi.jar
|
||||
|
||||
2011-06-08 kytv
|
||||
* Update jbigi/jcpuid Windows dlls. As was done for FreeBSD and Linux, the
|
||||
libraries for 32bit CPUs were linked against gmp-4.3.2 and those for the
|
||||
64bit CPUs were linked against gmp-5.0.2.
|
||||
|
||||
2011-06-07 kytv
|
||||
* Upgrade the wrapper to 3.5.9. Noticable changes include:
|
||||
- FreeBSD amd64 is now a supported arch along with i386. To use the wrapper
|
||||
with the most recent version of FreeBSD the port 'misc/compat6x' will need
|
||||
to be installed.
|
||||
- OSX: Both Intel and PPC Macs are supported. 32-bit support. If you'd like 64-bit
|
||||
support, please file a bug in trac with the output of "uname -m".
|
||||
* Upgrade jbigi/jcpuid for FreeBSD i386 and add support for amd64. As was done with
|
||||
the Linux compiles, 32bit compiles were linked with gmp 4.3.2 and 64 bit builds
|
||||
(as well as 32bit builds for 64bit cpus) were linked against gmp 5.0.2.
|
||||
|
||||
2011-06-06 zzz
|
||||
* Drop andorid/ directory; further development will happen in
|
||||
an android-only branch.
|
||||
|
@ -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 = 18;
|
||||
public final static long BUILD = 19;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user