Skip to content

Commit

Permalink
sync firefox version with I2P version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 8, 2024
1 parent 2234e5d commit 9f5536e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions i2pversion
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

JNA_VERSION=5.12.1
export JNA_VERSION=5.12.1
I2PFIREFOX_VERSION=1.5.0
export I2PFIREFOX_VERSION=1.5.0

export GITHUB_TAG=$(git describe --tags --abbrev=0 | sed 's|i2p||g' | tr -d [a-z-])
VERSIONMAJOR=$(echo "$GITHUB_TAG" | cut -d . -f 1)
Expand All @@ -25,4 +23,7 @@ export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
#VERSION=i2p-2.4.0
#export VERSION=i2p-2.4.0
VERSION=master
export VERSION=master
export VERSION=master

I2PFIREFOX_VERSION=$I2P_VERSION
export I2PFIREFOX_VERSION=$I2P_VERSION

0 comments on commit 9f5536e

Please sign in to comment.