Bump to 0.7.5-18 with history.txt doodle.

This commit is contained in:
z3d
2009-07-22 21:49:02 +00:00
parent 64ece1080c
commit 0d62b37c13
2 changed files with 25 additions and 20 deletions

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 = 17;
public final static long BUILD = 18;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;