aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/travis_end.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-14 21:56:31 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-14 21:56:31 -0800
commitd4f6773b27330e6a5aa2533fd5e8310c6668ab34 (patch)
tree4c28d4c9b9dc2e35c0e86dffb6dab6986863c890 /scripts/travis_end.sh
parent533098980a1d5627d7bb316fb55a4e53177e31a7 (diff)
downloadsubsurface-d4f6773b27330e6a5aa2533fd5e8310c6668ab34.tar.gz
Travis: use the correct version in release announcement
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/travis_end.sh')
-rw-r--r--scripts/travis_end.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/travis_end.sh b/scripts/travis_end.sh
index 909ad787b..60a5e3895 100644
--- a/scripts/travis_end.sh
+++ b/scripts/travis_end.sh
@@ -18,6 +18,7 @@ fi
# update the Body of the Release to be more interesting
+VERSION=$(cd ${TRAVIS_BUILD_DIR}; ./scripts/get-version linux)
T_BUILD_REF="Travis CI build log: https://travis-ci.org/Subsurface-divelog/subsurface/builds/$TRAVIS_BUILD_ID/\n"
WIN_BINS="subsurface.exe and subsurface.exe.debug are just the Subsurface executable for this build, the full Windows installer is subsurface-$VERSION.exe.\n"
MAC_ZIP="Subsurface-$VERSION.app.zip is a zip archive containing an unsigned app folder; you will have to override Mac security settings in order to be able to run this app.\n"