history for prop, -1

This commit is contained in:
zzz
2016-04-03 15:20:28 +00:00
parent b79471e0ca
commit ae5828fdb1
2 changed files with 12 additions and 1 deletions

View File

@ -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

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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";