Compare commits

...

1 Commits

Author SHA1 Message Date
idk
4a6926fcbf bump version for release 2023-01-12 17:05:02 +00:00

View File

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