This commit is contained in:
dev
2010-05-23 19:52:06 +00:00
parent 0cdfbd9803
commit f7c0db0454
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-05-23 welterde
* core:
- fixed major security hole in DatagramDissector
2010-05-21 zzz
* i2psnark:
- Spiff up dir listings

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