summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-15 23:48:03 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-15 23:48:03 +0000
commitb54255cd96e19802abe5eeb977d96c624751f09a (patch)
tree89dfe497c779b1507815c7d56d0b3204c06e00d1
parent06dce63e23867bf2443ebaa2e4424646600a980f (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 409871736..e60a5ba4e 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.5.4'
+VERSION = '2.5.4devel'
def options(opt):
opt.load('compiler_cxx')