summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-05-08 13:16:50 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-05-08 13:16:50 -0400
commitcadfc2aee13e14af341dd68f33308a421820c855 (patch)
treeac7692aefe2968a1bd113bd310b01e3f2a5e287c /wscript
parent4cd27e47336c566d10ec88e80541097059b3c732 (diff)
various miscellany related to versions, gtk2 build and packaging
Diffstat (limited to 'wscript')
-rw-r--r--wscript11
1 files changed, 1 insertions, 10 deletions
diff --git a/wscript b/wscript
index 302b8fe069..93f2912edb 100644
--- a/wscript
+++ b/wscript
@@ -7,16 +7,7 @@ import string
import subprocess
import sys
-#
-# build scripts need to find the right platform specific version
-#
-
-if sys.platform == 'darwin':
- OSX_VERSION = '3.0'
- VERSION = '3.0beta6'
-else:
- LINUX_VERSION = '3.1'
- VERSION = '3.1'
+VERSION = '3.1'
APPNAME = 'Ardour3'