bump version for release

This commit is contained in:
idk
2023-01-12 17:05:02 +00:00
parent 5b12f20406
commit 4a6926fcbf

View File

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