summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-08 12:00:29 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-08 12:00:29 -0400
commitd79e3a21c6fd34a4994a20431cf2566f9405e024 (patch)
tree34fb4176d3ae3afc251fc55f4d269e35b34f93c9
parent22b3744fb8ceec0e7e269b64361c1f7e58b5d04b (diff)
bump to 3.13.1
-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'