This commit is contained in:
z3d
2009-08-11 10:50:29 +00:00
parent a12ae6e399
commit 3492b7219b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-08-11 dr|z3d
* Extensive sidepanel overhaul
- Ensure all sidepanel headings link to pertinent pages
- First stage of enhanced Local Destinations sub-panel presentation
- Move Configuration, Help, and I2PTunnel manager links to headings
2009-08-07 dr|z3d
* summarynoframe.jsp
- Main content now tabulated for better presentation

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