summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-01 09:54:33 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-01 09:54:33 +0100
commit5c8fe10cb3dbf799ffba926796d86b7b32b00d31 (patch)
treecf435671432b1ead21eea4d827bf80cacc28b1f3
parent8a06ae43de55035b25c7bc3917db635903e45873 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f9096aa4d..1c6ab31d6 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '2.0.13'
+VERSION = '2.0.13devel'
def options(opt):
opt.load('compiler_cxx')