File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
router/java/src/net/i2p/router Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class CoreVersion {
1818 /** deprecated */
1919 public final static String ID = "Monotone" ;
2020
21- public final static String VERSION = "0.9.32 " ;
21+ public final static String VERSION = "0.9.33 " ;
2222
2323 /**
2424 * For Vuze.
Original file line number Diff line number Diff line change 1+ * 2018-01-30 0.9.33 released
2+
132018-01-26 zzz
24 * i2ptunnel: Fix dup tunnels on create
35 * Update translations from Transifex
Original file line number Diff line number Diff line change 44
55 <info >
66 <appname >i2p</appname >
7- <appversion >0.9.32 </appversion >
7+ <appversion >0.9.33 </appversion >
88 <authors >
99 <author name =" I2P" email =" https://geti2p.net/" />
1010 </authors >
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ public class RouterVersion {
1818 /** deprecated */
1919 public final static String ID = "Monotone" ;
2020 public final static String VERSION = CoreVersion .VERSION ;
21- public final static long BUILD = 28 ;
21+ public final static long BUILD = 0 ;
2222
2323 /** for example "-test" */
24- public final static String EXTRA = "-rc " ;
24+ public final static String EXTRA = "" ;
2525 public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA ;
2626 public static void main (String args []) {
2727 System .out .println ("I2P Router version: " + FULL_VERSION );
You can’t perform that action at this time.
0 commit comments