From 2bfd421b19f9bcc7d887bf3299c9450b8adfbf61 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sun, 1 Dec 2019 17:12:05 +0000 Subject: [PATCH] 0.9.44 --- core/java/src/net/i2p/CoreVersion.java | 2 +- history.txt | 2 ++ installer/install.xml | 2 +- installer/install5.xml | 2 +- router/java/src/net/i2p/router/RouterVersion.java | 4 ++-- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index e02c09516f..01c2e61df4 100644 --- a/core/java/src/net/i2p/CoreVersion.java +++ b/core/java/src/net/i2p/CoreVersion.java @@ -18,7 +18,7 @@ public class CoreVersion { /** deprecated */ public final static String ID = "Monotone"; - public final static String VERSION = "0.9.43"; + public final static String VERSION = "0.9.44"; /** * For Vuze. diff --git a/history.txt b/history.txt index 41b4de3628..b85a63ae5d 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,5 @@ +* 2019-12-01 0.9.44 released + 2019-11-30 zzz * Pull translations diff --git a/installer/install.xml b/installer/install.xml index 19283e598d..b6fde046fb 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -4,7 +4,7 @@ <info> <appname>i2p</appname> - <appversion>0.9.43</appversion> + <appversion>0.9.44</appversion> <authors> <author name="I2P" email="https://geti2p.net/"/> </authors> diff --git a/installer/install5.xml b/installer/install5.xml index b82d1fe869..7ef85c6338 100644 --- a/installer/install5.xml +++ b/installer/install5.xml @@ -10,7 +10,7 @@ <info> <appname>i2p</appname> - <appversion>0.9.43</appversion> + <appversion>0.9.44</appversion> <authors> <author name="I2P" email="https://geti2p.net/"/> </authors> diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index c76c0f106b..a411b00998 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,10 +18,10 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 7; + public final static long BUILD = 0; /** for example "-test" */ - public final static String EXTRA = "-rc"; + public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA; public static void main(String args[]) { System.out.println("I2P Router version: " + FULL_VERSION); -- GitLab