bump version
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
# I2P Easy-Install 2.7.0
|
||||
# I2P Easy-Install 2.8.0
|
||||
|
||||
This release updates the embedded I2P router to I2P 2.7.0.
|
||||
This release updates the embedded I2P router to I2P 2.8.0.
|
||||
|
@ -18,8 +18,8 @@ if [ -z "$VERSIONMAJOR" ]; then
|
||||
export I2P_VERSION="master"
|
||||
VERSION="master"
|
||||
export VERSION="master"
|
||||
I2PFIREFOX_VERSION="2.7.0"
|
||||
export I2PFIREFOX_VERSION="2.7.0"
|
||||
I2PFIREFOX_VERSION="2.8.0"
|
||||
export I2PFIREFOX_VERSION="2.8.0"
|
||||
else
|
||||
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||
|
Reference in New Issue
Block a user