I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7a9b1297 authored by kytv's avatar kytv
Browse files

Debian: Add -deb1 to router's extra version field

parent 7c255d6c
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,11 @@ Add debian package vesion to the EXTRA version field ...@@ -2,15 +2,11 @@ Add debian package vesion to the EXTRA version field
--- a/router/java/src/net/i2p/router/RouterVersion.java --- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -18,10 +18,10 @@ @@ -21,7 +21,7 @@
/** deprecated */ public final static long BUILD = 0;
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
- public final static long BUILD = 31;
+ public final static long BUILD = 0;
/** for example "-test" */ /** for example "-test" */
- public final static String EXTRA = "-rc"; - public final static String EXTRA = "";
+ public final static String EXTRA = "deb1"; + public final static String EXTRA = "deb1";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
public static void main(String args[]) { public static void main(String args[]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment