Changeset 68b4ad2
- Timestamp:
- Nov 28, 2015 9:45:36 PM (5 years ago)
- Branches:
- master
- Children:
- 1db7613
- Parents:
- 513e1b9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
history.txt
r513e1b9 r68b4ad2 3 3 - Fix NPE caused by URL-to-URI conversion in -2 (ticket #1715) 4 4 - Increase max pieces to 32K 5 * SAM: 6 - Fix parser to allow spaces in quoted values (tickets #1325, #1488) 7 - Handle UTF-8 in ReadLine (ticket #1488) 8 - 3.2 complete (ticket #1574) 5 9 6 10 2015-11-27 zzz -
router/java/src/net/i2p/router/RouterVersion.java
r513e1b9 r68b4ad2 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 4;21 public final static long BUILD = 5; 22 22 23 23 /** for example "-test" */
Note: See TracChangeset
for help on using the changeset viewer.