i2pversion or i2pversion_overrides automatically sets version no matter what

This commit is contained in:
idk
2022-05-18 18:17:26 -04:00
parent d47a6c1234
commit 0c0219c308
6 changed files with 12 additions and 6 deletions

View File

@ -15,6 +15,9 @@ tag:
git tag $(PROFILE_VERSION) git tag $(PROFILE_VERSION)
.version: .version:
echo !define VERSIONMAJOR $(VERSIONMAJOR) > src/nsis/i2browser-version.nsi
echo !define VERSIONMINOR $(VERSIONMINOR) >> src/nsis/i2browser-version.nsi
echo !define VERSIONBUILD $(VERSIONBUILD) >> src/nsis/i2browser-version.nsi
sed 's|!define VERSION||g' src/nsis/i2pbrowser-version.nsi | sed 's| |=|g' > .version sed 's|!define VERSION||g' src/nsis/i2pbrowser-version.nsi | sed 's| |=|g' > .version
rm -f version.txt rm -f version.txt
make version.txt i2pbrowser-jpackage.nsi make version.txt i2pbrowser-jpackage.nsi

View File

@ -5,8 +5,11 @@ export JNA_VERSION=5.11.0
#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.
I2P_VERSION=1.7.7 VERSIONMAJOR=1
export I2P_VERSION=1.7.7 VERSIONMINOR=7
VERSIONBUILD=7
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
VERSION=i2p-jpackage-1.7.1 VERSION=i2p-jpackage-1.7.1
export VERSION=i2p-jpackage-1.7.1 export VERSION=i2p-jpackage-1.7.1

View File

@ -1 +1 @@
1.7.6 1.7.7

View File

@ -1 +1 @@
!define I2P_VERSION 1.7.7 !define I2P_VERSION ERSIONMAJOR.ERSIONMINOR.ERSIONBUILD

View File

@ -1,3 +1,3 @@
!define VERSIONMAJOR 1 !define VERSIONMAJOR 1
!define VERSIONMINOR 7 !define VERSIONMINOR 7
!define VERSIONBUILD 6 !define VERSIONBUILD 7

View File

@ -1 +1 @@
1.7.6 1.7.7