summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-12 21:46:46 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-12 21:46:46 +0000
commitcf75f676928a6051e6512997531fe60df6d38542 (patch)
tree4f5de48ace860c155cce7f7add7dafb29d1f08fe
parentfe8099a9b29e125f12fa2b1d80c80967e0daa20e (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0ae8896a6..54785fe09 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.29'
+VERSION = '1.30pre'
def options(opt):
opt.load('compiler_cxx')