Fixups to Slackware scripts

This commit is contained in:
sponge
2009-11-04 10:27:02 +00:00
parent b65865b854
commit 5190b2db1f
6 changed files with 213 additions and 56 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 = 10;
public final static long BUILD = 11;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;