summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-10 09:58:17 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-10 09:58:17 +0100
commit656b1051517cad2f249f934488dcef9f4a740482 (patch)
tree07616d2ad7e892c45c66332f3e2a4b1ecfa55687
parentb53caff075aab4623e5d30bf7f9e81f211da2a27 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 892a9d90b..2e04bf952 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.1.61'
+VERSION = '2.1.61devel'
def options(opt):
opt.load('compiler_cxx')