Mainly bumping the version because of the theme regression (that I introduced and fixed).
This commit is contained in:
kytv
2011-12-18 00:58:25 +00:00
parent 7284af9329
commit add3bcedf6
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2011-12-17 kytv
* Ukrainian translation updates from Transifex
* Add my key to TrustedUpdate.java
2011-12-17 zzz
* i2psnark:

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 = 22;
public final static long BUILD = 23;
/** for example "-test" */
public final static String EXTRA = "-rc";