From 13a5cab2c1a7df5785e7a7429cfce5c1de9a6130 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 20 Sep 2022 00:15:01 -0400 Subject: [PATCH] bump version --- changelog.txt | 4 ++++ i2pversion | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index e0fcad1..1b66c95 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +2022-09-20 idk + * improve compatibility with local service installs and with un-bundled installs side-by-side with bundled intalls + * version 1.9.7 + 2022-09-18 idk * remove unstable/deprecated targets from Makefile. * make it fatal if a jpackaged I2P is not found, the profile launcher is now part of the jpackage diff --git a/i2pversion b/i2pversion index ef3139e..23469c0 100644 --- a/i2pversion +++ b/i2pversion @@ -2,13 +2,13 @@ JNA_VERSION=5.11.0 export JNA_VERSION=5.11.0 -I2PFIREFOX_VERSION=0.0.34 +I2PFIREFOX_VERSION=0.0.36 export I2PFIREFOX_VERSION=0.0.36 # Comment this out to build from an alternate branch or # the tip of the master branch. VERSIONMAJOR=1 VERSIONMINOR=9 -VERSIONBUILD=6 +VERSIONBUILD=7 I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" VERSION=i2p-jpackage-1.9.4