2021-05-22 22:23:03 -04:00
|
|
|
#! /usr/bin/env sh
|
|
|
|
|
2022-05-17 15:12:39 -04:00
|
|
|
JNA_VERSION=5.11.0
|
2022-05-17 16:12:43 -04:00
|
|
|
export JNA_VERSION=5.11.0
|
2021-07-01 18:20:16 -04:00
|
|
|
|
|
|
|
#Comment this out to build from an alternate branch or
|
|
|
|
# the tip of the master branch.
|
2022-05-18 18:17:26 -04:00
|
|
|
VERSIONMAJOR=1
|
2022-05-23 16:48:11 -04:00
|
|
|
VERSIONMINOR=8
|
2022-07-31 16:36:24 -04:00
|
|
|
VERSIONBUILD=1
|
2022-05-18 18:17:26 -04:00
|
|
|
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
|
|
|
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
2022-07-31 16:36:24 -04:00
|
|
|
VERSION=i2p-1.8.1
|
|
|
|
export VERSION=i2p-1.8.1
|
2021-09-14 12:22:47 -04:00
|
|
|
|
|
|
|
#Uncomment this to build from the tip of the master.
|
2022-05-17 15:12:39 -04:00
|
|
|
#I2P_VERSION=1.8.0
|
|
|
|
#export I2P_VERSION=1.8.0
|
2021-09-14 12:22:47 -04:00
|
|
|
#VERSION=master
|
2021-07-01 16:55:29 -04:00
|
|
|
#export VERSION="$VERSION"
|