forked from I2P_Developers/i2p.i2p
bump to -12 after prop
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2013-04-21 zzz
|
||||
* AppManager: Add HTML debug output
|
||||
* Installer: Fix installations to a different drive on Windows
|
||||
(prop from i2p.i2p.zzz.winfix095; ticket #912)
|
||||
* Streaming: Pcap window size fixes
|
||||
|
||||
2013-04-21 str4d
|
||||
* i2ptunnel: Return "Invalid Request URI" instead of "Non-HTTP Protocol" for
|
||||
URIs with illegal characters (ticket #891)
|
||||
|
@ -18,10 +18,10 @@ 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 = "-win1";
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + FULL_VERSION);
|
||||
|
Reference in New Issue
Block a user