summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-05 22:41:00 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-05 22:41:00 +0000
commit73f5fc5a8f164f6a7a08ac878524d23ab2dff97c (patch)
tree4a8f2bf5df4b67c716ee96ef873563f967790292
parentefafc93cbbd46ee0ab60982a4f8b569ce9ff72d0 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b72147d0f..aea1ac50c 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.57'
+VERSION = '1.58pre'
def options(opt):
opt.load('compiler_cxx')