.10
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user