* fixups to SlackBuilds. requiredbuilder does the wrong thing, and

thinks that java is perl! This isn't really a big deal,
      the file format is simple enough and the requirements are known.
This commit is contained in:
sponge
2009-09-21 08:54:41 +00:00
parent 5eccc01de6
commit 7e8037979f
5 changed files with 24 additions and 7 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 = 19;
public final static long BUILD = 20;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;