Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Dec 2015 00:22:24 +0000 (00:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Dec 2015 00:22:24 +0000 (00:22 +0000)
wscript

diff --git a/wscript b/wscript
index 15e82ac19badcbe86dfd3f05a12d5a06ad579583..e43f36d3b29ed218626ff5f1838fa9c95dc8715b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.4'
+VERSION = '2.6.4devel'
 
 def options(opt):
     opt.load('compiler_cxx')