From 48d08076f70f4f8d4d7671ef9ebe24d5eace6ceb Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 5 Jun 2025 14:15:11 -0400 Subject: [PATCH] Trigger a build with the new i2p.firefox for testing before taggins --- changelog.txt | 3 +++ i2pversion | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4054964..a160bca 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +2025-06-05 idk + * Remove Chromium support completely. Much smaller binary now. + 2023-01-23 idk * Move build scripts to their own directory and make them use correct paths when moved * Add EXTRA to router when generating embedded router jars. diff --git a/i2pversion b/i2pversion index c3c445b..7733295 100644 --- a/i2pversion +++ b/i2pversion @@ -18,8 +18,8 @@ if [ -z "$VERSIONMAJOR" ]; then export I2P_VERSION="master" VERSION="master" export VERSION="master" - I2PFIREFOX_VERSION="2.8.1" - export I2PFIREFOX_VERSION="2.8.1" + I2PFIREFOX_VERSION="2.9.0" + export I2PFIREFOX_VERSION="2.9.0" else I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"