forked from I2P_Developers/i2p.i2p
bump -12
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2015-04-30 zzz
|
||||
* Transports:
|
||||
- Correctly handle IPv4 firewalled, IPv6 not (ticket #1458)
|
||||
|
||||
2015-04-29 zzz
|
||||
* Clock: Make forward slewing work better
|
||||
* I2CP: Periodically send a SetDate message to external clients
|
||||
* Transports:
|
||||
- Fix clock skew calculations
|
||||
- Track IPv4/v6 reachability separately (ticket #1458)
|
||||
|
||||
@@ -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 = 11;
|
||||
public final static long BUILD = 12;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user