summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-21 18:56:59 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-21 18:56:59 +0000
commit5fe38e844d3898ad0ccc453900ff79c1a9c9f822 (patch)
tree7fce238e3e94122ecf3ed7eb83fbf8ad48c2ee2f
parent633b20dad36b5c27f5df27499af7cdc7dc4d8429 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index bd2b3a58e..ec9eb5914 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.33'
+VERSION = '1.34pre'
def options(opt):
opt.load('compiler_cxx')