forked from I2P_Developers/i2p.i2p
Update wrapper to 3.5.13
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2012-01-02 kytv
|
||||
* Wrapper 3.5.13 for everything other than armv7.
|
||||
|
||||
2012-01-02 zzz
|
||||
* Fix webapp PortMapper lookup for SSL-only console
|
||||
* Wrapper 3.5.13 for arm v7
|
||||
|
||||
@@ -36,7 +36,8 @@ with "ant -Dbits=32 compile-c-unix".
|
||||
|
||||
For macosx, combine the universal-32 and universal-64 files
|
||||
from the delta pack (each a 2-architecture fat file)
|
||||
into a "quad-fat" binary.
|
||||
into a "quad-fat" binary. Instructions can be found in
|
||||
macos/README.txt
|
||||
|
||||
For win64, build from source following the instructions
|
||||
in win64/README-x64-win.txt.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
Changes will probably be needed for newer versions than 3.5.12.
|
||||
Changes may be needed for newer versions than 3.5.13.
|
||||
|
||||
To use the patch in this directory, copy Makefile-windows-x86-32.nmake to
|
||||
Makefile-windows-x86-64.nmake then "patch < x64-win.patch".
|
||||
|
||||
Binary file not shown.
@@ -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 = 27;
|
||||
public final static long BUILD = 28;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
||||
Reference in New Issue
Block a user