File tree 6 files changed +8
-6
lines changed
router/java/src/net/i2p/router
6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
150
150
</tr >
151
151
<tr >
152
152
<td >
153
- <div class =" displayText" tabindex =" 0" " title=" <% =intl._t( " Copy and paste this to the registration site" )% >"><% he. write(out); % > </div >
153
+ <div class =" displayText" tabindex =" 0" title =" <%= intl. _t(" Copy and paste this to the registration site" ) % >" ><% he. write(out); % > </div >
154
154
</td >
155
155
</tr >
156
156
</table >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class CoreVersion {
18
18
/** deprecated */
19
19
public final static String ID = "Monotone" ;
20
20
21
- public final static String VERSION = "0.9.40 " ;
21
+ public final static String VERSION = "0.9.41 " ;
22
22
23
23
/**
24
24
* For Vuze.
Original file line number Diff line number Diff line change
1
+ * 2019-07-03 0.9.41 released
2
+
1
3
2019-06-28 zzz
2
4
* Update translations from Transifex
3
5
Original file line number Diff line number Diff line change 4
4
5
5
<info >
6
6
<appname >i2p</appname >
7
- <appversion >0.9.40 </appversion >
7
+ <appversion >0.9.41 </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 >0.9.40 </appversion >
13
+ <appversion >0.9.41 </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 @@ -18,10 +18,10 @@ public class RouterVersion {
18
18
/** deprecated */
19
19
public final static String ID = "Monotone" ;
20
20
public final static String VERSION = CoreVersion .VERSION ;
21
- public final static long BUILD = 16 ;
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 []) {
27
27
System .out .println ("I2P Router version: " + FULL_VERSION );
You can’t perform that action at this time.
0 commit comments