Changeset 21dbee0
- Timestamp:
- Mar 8, 2011 1:34:31 PM (10 years ago)
- Branches:
- master
- Children:
- 380c1e5
- Parents:
- f4ca3976
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
history.txt
rf4ca3976 r21dbee0 1 1 2011-03-08 zzz 2 * Clock: Cleanups and javadocs 2 3 * Console: 3 4 - Parameterize download button tags (ticket #425) … … 6 7 - Move welcome div from the readme files to index.jsp 7 8 - Require a nonce to change language 9 * EepGet: Cleanups and javadocs 8 10 * i2psnark: 9 11 - More efficient metainfo handling, reduce instantiations … … 13 15 - Metadata transfer error handling improvements 14 16 - Code cleanup, remove dead and duplicated code 17 * Reseed: Use the reseeder as a clock source 15 18 16 19 2011-03-02 zzz -
router/java/src/net/i2p/router/RouterVersion.java
rf4ca3976 r21dbee0 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 3;21 public final static long BUILD = 4; 22 22 23 23 /** for example "-test" */
Note: See TracChangeset
for help on using the changeset viewer.