summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index c0d518cbe6..433f1a6f3c 100644
--- a/wscript
+++ b/wscript
@@ -15,8 +15,8 @@ if sys.platform == 'darwin':
OSX_VERSION = '3.0beta6'
VERSION = '3.0beta6'
else:
- LINUX_VERSION = '3.0'
- VERSION = '3.0'
+ LINUX_VERSION = '3.1'
+ VERSION = '3.1'
APPNAME = 'Ardour3'