Bumped build number to -13 so tunnel wizard gets tested

This commit is contained in:
str4d
2012-02-13 00:00:00 +00:00
parent 7d0d7e0278
commit a3597e45fa
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2012-02-12 str4d
* i2ptunnel: Tunnel creation wizard
2012-02-10 zzz
* WorkingDir: Fix detection of migrated directory

View File

@ -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 = 12;
public final static long BUILD = 13;
/** for example "-test" */
public final static String EXTRA = "";