Version bump to 0.7.5-6.
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
2009-07-07 dr|z3d
|
||||
2009-07-11 dr|z3d
|
||||
* More enhancements to the router console, consolidation of the
|
||||
light and dark themes.
|
||||
- Apply new themes with routerconsole.theme=light/dark/classic
|
||||
added to advanced config.
|
||||
|
||||
2009-07-07 dr|z3d
|
||||
* Introducing 2 new console themes (light & dark), in addition
|
||||
to changes to the console navigation; navbar now resides in
|
||||
the sidepanel and other stuff besides. More to follow!
|
||||
|
@ -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 = 5;
|
||||
public final static long BUILD = 6;
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||
|
Reference in New Issue
Block a user