- Timestamp:
- Feb 7, 2018 12:27:40 PM (3 years ago)
- Branches:
- master
- Children:
- 96185d0
- Parents:
- b013173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/RouterVersion.java
rb013173 r65484510 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 1;21 public final static long BUILD = 2; 22 22 23 23 /** for example "-test" */
Note: See TracChangeset
for help on using the changeset viewer.