We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcaad5 commit 99b028aCopy full SHA for 99b028a
history.txt
@@ -1,3 +1,7 @@
1
+2018-01-26 zzz
2
+ * i2ptunnel: Fix dup tunnels on create
3
+ * Update translations from Transifex
4
+
5
2018-01-25 zzz
6
* GeoIP 2018-01-05
7
* SusiMail: Close POP3 socket on error
router/java/src/net/i2p/router/RouterVersion.java
@@ -18,7 +18,7 @@ public class RouterVersion {
18
/** deprecated */
19
public final static String ID = "Monotone";
20
public final static String VERSION = CoreVersion.VERSION;
21
- public final static long BUILD = 27;
+ public final static long BUILD = 28;
22
23
/** for example "-test" */
24
public final static String EXTRA = "-rc";
0 commit comments