Return null if deserializing an export timespan doesn't succeed with at least one...
[ardour.git] / wscript
diff --git a/wscript b/wscript
index 302b8fe0699e461d8960b1f8faf0d81e01d0b6bc..93f2912edb9beaae81f23bb62f8777b421faae62 100644 (file)
--- 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'