This commit is contained in:
mathiasdm
2011-02-18 07:10:42 +00:00
parent d4fce3b98e
commit aaf2fe9942
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
2011-02-18 Mathiasdm
* Desktopgui now has an option to be disabled (desktopgui.enabled)
2011-02-17 zzz
* Build:
- Add includeAntRuntime=false to all javac targets

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