Browse Source

Update 'util/RELEASE-new-version.sh'

Added note that this script will only work on Debian
pull/64/head
jahway603 12 months ago
parent
commit
d7de70346d
  1. 2
      util/RELEASE-new-version.sh

2
util/RELEASE-new-version.sh

@ -8,6 +8,8 @@
# ./util/RELEASE-new-version.sh 0.1.3
# *** the above 0.1.3 is the version number you're building ***
# *** Will ONLY work on a Debian system to create these Debian packages
VERSION=$1
readonly VERSION
sed -i "s/0.1.3/$VERSION/g" util/build-debian-package.sh

Loading…
Cancel
Save