mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
15 lines
420 B
Bash
15 lines
420 B
Bash
#! /usr/bin/env sh
|
|
|
|
JNA_VERSION=5.12.1
|
|
export JNA_VERSION=5.12.1
|
|
I2PFIREFOX_VERSION=1.4.991
|
|
export I2PFIREFOX_VERSION=1.4.991
|
|
# Comment this out to build from an alternate branch or
|
|
# the tip of the master branch.
|
|
VERSIONMAJOR=2
|
|
VERSIONMINOR=4
|
|
VERSIONBUILD=0
|
|
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
|
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
|
VERSION=i2p-2.4.0
|
|
export VERSION=i2p-2.4.0 |