aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-02-10 11:51:50 +0100
committer1138-4EB <1138-4EB@users.noreply.github.com>2017-02-10 11:51:50 +0100
commit0a3f59c498e3ab05f495c9e24aff8f4433726ca8 (patch)
tree5e901d479ec53f0060937639ab40b9fbf6fa5e79 /dist
parent427ee87b266e0cc6103f8e44ad01acfd55f31772 (diff)
downloadghdl-0a3f59c498e3ab05f495c9e24aff8f4433726ca8.tar.gz
ghdl-0a3f59c498e3ab05f495c9e24aff8f4433726ca8.tar.bz2
ghdl-0a3f59c498e3ab05f495c9e24aff8f4433726ca8.zip
<src/version.ads> is not present. However <src/version.in> exists.
Diffstat (limited to 'dist')
-rwxr-xr-xdist/travis-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/travis-ci.sh b/dist/travis-ci.sh
index 119eed005..6da985787 100755
--- a/dist/travis-ci.sh
+++ b/dist/travis-ci.sh
@@ -47,7 +47,7 @@ make install
cd ..
# Package
-PKG_VER=`grep Ghdl_Ver src/version.ads | sed -e 's/.*"\(.*\)";/\1/'`
+PKG_VER=`grep Ghdl_Ver src/version.in | sed -e 's/.*"\(.*\)";/\1/'`
if [ "$TRAVIS_TAG" = "" ]; then
PKG_TAG=`date -u +%Y%m%d`