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

Skip to content
Snippets Groups Projects
Unverified Commit d2ab9a7f authored by zzz's avatar zzz
Browse files

bump -4

parent 065ce288
No related branches found
No related tags found
No related merge requests found
2023-09-29 zzz
* SAM: Fix accept after soft restart (Gitlab #399)
* Transport: Disable SSU1 by default (Gitlab #427)
2023-09-27 zzz
* Console: Change all DOCTYPEs to standard html (Gitlab #426)
* Debian: Change JRE dependency order (Gitlab #443, Debian #1024461)
......
......@@ -20,7 +20,7 @@ public class RouterVersion {
public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */
public final static String STATUS = "";
public final static long BUILD = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + STATUS + BUILD + EXTRA;
......
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