forked from I2P_Developers/i2p.i2p
bump -4
This commit is contained in:
13
history.txt
13
history.txt
@ -1,3 +1,16 @@
|
|||||||
|
2017-01-26 zzz
|
||||||
|
* Build: Set up translations for man pages
|
||||||
|
* Javadoc: Fixes (ticket #1894)
|
||||||
|
|
||||||
|
2017-01-24 zzz
|
||||||
|
* i2prouter: Add root check to restart and condrestart (ticket #1770)
|
||||||
|
|
||||||
|
2017-01-17 zzz
|
||||||
|
* Utils: Java 9 yakkety workarounds
|
||||||
|
|
||||||
|
2017-01-12 zzz
|
||||||
|
* DTG: Don't try to start if headless (ticket #1924)
|
||||||
|
|
||||||
2017-01-07 zzz
|
2017-01-07 zzz
|
||||||
* i2ptunnel: Fix NPE on proxy.i2p/add when no params
|
* i2ptunnel: Fix NPE on proxy.i2p/add when no params
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 3;
|
public final static long BUILD = 4;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user