summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-07 22:59:53 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-07 22:59:53 +0000
commit4fce2c2b9d0405e0dfd97253ddd273d5ce5bd1c5 (patch)
treeb797203f719778a1eecbcb69715c423395a1c464
parent0975cb7fdd4915ab6caca6999d1dc89e15b81a3c (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4c9db0ab8..21e889d8a 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.58'
+VERSION = '1.59pre'
def options(opt):
opt.load('compiler_cxx')