update version numbers

This commit is contained in:
eyedeekay
2023-07-10 15:02:54 -04:00
parent cbf693dfb3
commit 9d8da8b65a
4 changed files with 56 additions and 8 deletions

View File

@ -7,9 +7,9 @@ export I2PFIREFOX_VERSION=1.0.9
# Comment this out to build from an alternate branch or
# the tip of the master branch.
VERSIONMAJOR=2
VERSIONMINOR=2
VERSIONBUILD=1
VERSIONMINOR=3
VERSIONBUILD=0
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
VERSION=i2p-2.2.1
export VERSION=i2p-2.2.1
VERSION=i2p-2.3.0
export VERSION=i2p-2.3.0