mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
bump -19
This commit is contained in:
+15
@@ -1,3 +1,18 @@
|
||||
2023-12-15 zzz
|
||||
* Pull translations from Transifex
|
||||
|
||||
2023-12-14 zzz
|
||||
* Console: Whitespace fixes on config pages
|
||||
|
||||
2023-12-08 zzz
|
||||
* Installer: Fix rare misidentification of OS
|
||||
|
||||
2023-12-07 zzz
|
||||
* Susimail:
|
||||
- Fix placement of bottom page nav
|
||||
- Show spam flags for all in spam folder
|
||||
- Dark theme fixes
|
||||
|
||||
2023-12-06 zzz
|
||||
* Susimail:
|
||||
- Flush output to fix truncated mails
|
||||
|
||||
@@ -20,7 +20,7 @@ public class RouterVersion {
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
/** for example: "beta", "alpha", "rc" */
|
||||
public final static String QUALIFIER = "-rc";
|
||||
public final static long BUILD = 18;
|
||||
public final static long BUILD = 19;
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
|
||||
|
||||
Reference in New Issue
Block a user