forked from I2P_Developers/i2p.i2p
history for prop, -1
This commit is contained in:
11
history.txt
11
history.txt
@ -1,3 +1,14 @@
|
||||
2016-04-03 zzz
|
||||
* Debian builds:
|
||||
- Add build options to depend on various packages
|
||||
- Depend on geoip-database and libjetty8-java by default
|
||||
- Add debian-alt directory with configurations for alternate series
|
||||
- Prep for depending on additional packages
|
||||
- Improvements in ant debian build targets
|
||||
* Transport:
|
||||
- Add library to read standard Maxmind geoip database format
|
||||
- Use system Maxmind geoip files if available
|
||||
|
||||
* 2016-03-22 0.9.25 released
|
||||
|
||||
2016-03-14 zzz
|
||||
|
@ -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 = 0;
|
||||
public final static long BUILD = 1;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user