- Timestamp:
- Feb 20, 2017 6:20:38 PM (4 years ago)
- Branches:
- master
- Children:
- 3c735ea
- Parents:
- 380f55a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/RouterVersion.java
r380f55a r3f452c5 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 8;21 public final static long BUILD = 9; 22 22 23 23 /** for example "-test" */ 24 public final static String EXTRA = " ";24 public final static String EXTRA = "-rc"; 25 25 public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA; 26 26 public static void main(String args[]) {
Note: See TracChangeset
for help on using the changeset viewer.