summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-09 21:05:24 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-09 21:05:24 +0100
commit0c3155bda8935bf597535f4e38f65568e55093eb (patch)
tree77e9a8186ed151999ab8781cd0f3eae6fe6fbc8f
parent3b58a0e6ed19a051a33178e23c3904932191a685 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2b70979df..e0b964a22 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '2.0.6'
+VERSION = '2.0.6devel'
def options(opt):
opt.load('compiler_cxx')