forked from I2P_Developers/i2p.i2p
* Addresses: Fix NPE if no interfaces found http://forum.i2p/viewtopic.php?t=6365
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2012-01-24 zzz
|
||||
* Addresses: Fix NPE if no interfaces found http://forum.i2p/viewtopic.php?t=6365
|
||||
* i2ptunnel: Fix white-on-white buttons on hover
|
||||
* Plugins: Add completion message after all-update check
|
||||
* susidns, susimail: Add icons to buttons
|
||||
|
||||
2012-01-22 zzz
|
||||
* Transports: Bind only to a single interface if specified
|
||||
as the host address and it's available (ticket #591)
|
||||
|
@ -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 = 7;
|
||||
public final static long BUILD = 8;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user