* Console: Drop top-level css, unused now

* Eepsite: Add default robots.txt (thanks v1v4)
This commit is contained in:
zzz
2009-07-21 15:46:47 +00:00
parent c312fa869b
commit 5e498e0bd6
7 changed files with 89 additions and 481 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 = 16;
public final static long BUILD = 17;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;