summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/stage2.run.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-03-09 13:50:49 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-03-09 13:50:57 -0500
commit3c7b468c026d1ca772ad92fe5911838206f3f254 (patch)
tree355f2ae15c098c377716464e26e44bee828c0b31 /tools/linux_packaging/stage2.run.in
parent2198d692cc771978303b6b74a23d441e2e0f308a (diff)
more work to remove hard coding of major version number for linux packaging
Diffstat (limited to 'tools/linux_packaging/stage2.run.in')
-rwxr-xr-xtools/linux_packaging/stage2.run.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in
index 061edeb6cc..847f9eccc6 100755
--- a/tools/linux_packaging/stage2.run.in
+++ b/tools/linux_packaging/stage2.run.in
@@ -8,7 +8,7 @@
#
###################################
-MAJOR_VERSION=3
+MAJOR_VERSION="%REPLACE_MAJOR_VERSION%"
PGM_NAME="Ardour"
PGM_VENDOR="Ardour"