forked from I2P_Developers/i2p.i2p
Add sponge.i2p :-D bump version.
This commit is contained in:
@ -55,6 +55,7 @@ public class HomeHelper extends HelperBase {
|
||||
_x("Technical Docs") + S + _x("Technical documentation") + S + "http://www.i2p2.i2p/how" + S + I + "book.png" + S +
|
||||
_x("Trac Wiki") + S + S + "http://trac.i2p2.i2p/" + S + I + "itoopie_sm.png" + S +
|
||||
_x("Ugha's Wiki") + S + S + "http://ugha.i2p/" + S + I + "itoopie_sm.png" + S +
|
||||
_x("Sponge's main site") + S + _x("Seedless and the Robert BitTorrent applications") + S + "http://sponge.i2p/" + S + I + "itoopie_sm.png" + S +
|
||||
"";
|
||||
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
2012-03-13 sponge
|
||||
* Add sponge.i2p :-D bump version.
|
||||
|
||||
2012-03-13 sponge
|
||||
* Plugins:
|
||||
- Fix a bug in the updater. It was not comparing the correct name.
|
||||
|
@ -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 = 12;
|
||||
public final static long BUILD = 13;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user