Changeset dfb8830
- Timestamp:
- Nov 19, 2015 12:31:15 AM (5 years ago)
- Branches:
- master
- Children:
- 13987b7
- Parents:
- 9483e09
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/CoreVersion.java
r9483e09 rdfb8830 19 19 public final static String ID = "Monotone"; 20 20 21 public final static String VERSION = "0.9.2 2";21 public final static String VERSION = "0.9.23"; 22 22 23 23 /** -
history.txt
r9483e09 rdfb8830 1 * 2015-11-19 0.9.23 released 2 1 3 2015-11-19 str4d 2 4 * build.xml: Stop building SUD and SU2 update files in "ant release" (ticket #1709) -
installer/install.xml
r9483e09 rdfb8830 5 5 <info> 6 6 <appname>i2p</appname> 7 <appversion>0.9.2 2</appversion>7 <appversion>0.9.23</appversion> 8 8 <authors> 9 9 <author name="I2P" email="https://geti2p.net/"/> -
router/java/src/net/i2p/router/RouterVersion.java
r9483e09 rdfb8830 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 29;21 public final static long BUILD = 0; 22 22 23 23 /** for example "-test" */ 24 public final static String EXTRA = " -rc";24 public final static String EXTRA = ""; 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.