i2psnark: Prevent commenting without comment name (ticket #2138)

Trim name
This commit is contained in:
zzz
2018-01-24 15:35:30 +00:00
parent 2df32aa8e5
commit d364bba4c7
4 changed files with 42 additions and 35 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 24;
public final static long BUILD = 25;
/** for example "-test" */
public final static String EXTRA = "-rc";