summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-10 15:37:26 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-10 15:37:26 +0100
commit768c3c7de082fb2449e57a8fd5c05fc32dad665d (patch)
treef422159ff0c2c205536c26af0f764a2a437602b5
parentfc790b244c6473539171a10946f5780ae0a43d28 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a35d6658c..44340bc46 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.72.1'
+VERSION = '1.72.1devel'
def options(opt):
opt.load('compiler_cxx')