File tree 5 files changed +11
-6
lines changed
router/java/src/net/i2p/router
5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class CoreVersion {
31
31
* Otherwise, the same as PUBLISHED_VERSION.
32
32
* RouterVersion.FULL_VERSION is suggested for display to the user.
33
33
*/
34
- public final static String VERSION = "2.5.2 " ;
34
+ public final static String VERSION = "2.6.0 " ;
35
35
36
36
/**
37
37
* The version published in the netdb via StatisticsManager.
@@ -48,7 +48,7 @@ public class CoreVersion {
48
48
*
49
49
* @since 0.9.46
50
50
*/
51
- public final static String PUBLISHED_VERSION = "0.9.62 " ;
51
+ public final static String PUBLISHED_VERSION = "0.9.63 " ;
52
52
53
53
/**
54
54
* For Vuze.
Original file line number Diff line number Diff line change
1
+ 2024-07-19 2.6.0 (API 0.9.63) released
2
+
3
+ 2024-07-19 idk
4
+ * Fix failing integration tests
5
+
1
6
2024-07-15 zzz
2
7
* Pull translations from Transifex
3
8
Original file line number Diff line number Diff line change 4
4
5
5
<info >
6
6
<appname >i2p</appname >
7
- <appversion >2.5.2 </appversion >
7
+ <appversion >2.6.0 </appversion >
8
8
<authors >
9
9
<author name =" I2P" email =" https://geti2p.net/" />
10
10
</authors >
Original file line number Diff line number Diff line change 10
10
11
11
<info >
12
12
<appname >i2p</appname >
13
- <appversion >2.5.2 </appversion >
13
+ <appversion >2.6.0 </appversion >
14
14
<authors >
15
15
<author name =" I2P" email =" https://geti2p.net/" />
16
16
</authors >
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ public class RouterVersion {
19
19
public final static String ID = "Git" ;
20
20
public final static String VERSION = CoreVersion .VERSION ;
21
21
/** for example: "beta", "alpha", "rc" */
22
- public final static String QUALIFIER = "-rc " ;
23
- public final static long BUILD = 8 ;
22
+ public final static String QUALIFIER = "" ;
23
+ public final static long BUILD = 0 ;
24
24
/** for example "-test" */
25
25
public final static String EXTRA = "" ;
26
26
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA ;
You can’t perform that action at this time.
0 commit comments