mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
allow build/packaging scripts to find the right version ID for as long as we have separate designations on different platforms
git-svn-id: svn://localhost/ardour2/branches/3.0@14132 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
90300e0155
commit
f9d908e3a9
4 changed files with 9 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ if test x$STRIP != xall -a x$STRIP != xnone -a x$STRIP != xsome ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
release_version=`grep -m 1 '^VERSION' ../../wscript | awk '{print $3}' | sed "s/'//g"`
|
||||
release_version=`grep -m 1 '[^A-Za-z_]LINUX_VERSION = ' ../../wscript | awk '{ print $3' | sed "s/'//g"`
|
||||
svn_version=`grep -m 1 'svn_revision =' ../../libs/ardour/svn_revision.cc | cut -d'"' -f 2`
|
||||
echo "Version is $release_version / $svn_version"
|
||||
info_string="$release_version/$svn_version built on `hostname` by `whoami` on `date`"
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ if [ x$DEBUG = xT ]; then
|
|||
BUILDTYPE="dbg"
|
||||
fi
|
||||
|
||||
release_version=`grep -m 1 '^VERSION' ../../wscript | awk '{print $3}' | sed "s/'//g"`
|
||||
release_version=`grep -m 1 '[^A-Za-z_]LINUX_VERSION = ' ../../wscript | awk '{print $3}' | sed "s/'//g"`
|
||||
svn_version=`grep -m 1 'svn_revision =' ../../libs/ardour/svn_revision.cc | cut -d'"' -f 2`
|
||||
|
||||
X86_BUNDLE="${APPNAME}_x86-${release_version}_${svn_version}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue