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

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

bump -2

parent a685374f
No related branches found
Tags i2p-2.6.1-cssfix
No related merge requests found
2024-05-18 zzz
* Console: js global scope fixes (Gitlab MR !195)
* Transport: Remove SSU1 code from PacketBuilder/PeerState/OMF (Gitlab MR !193)
2024-05-17 zzz
* Build: Add script to make Tor blocklist
 
......@@ -47,7 +51,7 @@
 
2024-04-25 zzz
* Susimail: Add search box (Gitlab MR !190)
* Transport: Remove SSU1 code from IMF/IMS (Gitlab MRs !189)
* Transport: Remove SSU1 code from IMF/IMS (Gitlab MR !189)
 
2024-04-22 zzz
* Addressbook: Use standard time formatting for log
......
......@@ -20,7 +20,7 @@ public class RouterVersion {
public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */
public final static String QUALIFIER = "";
public final static long BUILD = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + 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