summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
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'