summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-20 18:22:07 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-20 18:22:07 +0000
commit5dc0f8780b3a2ca38807666262fff6690cd7e25f (patch)
tree2caa1840c00724df4f2abb58300131a6cbc598c2 /wscript
parentf333208275533de55e6661b9cfbcc2a887d370ce (diff)
parent487a576381c4d07b50774a436323a9b064972576 (diff)
Merge branch '1.0' of ssh://carlh.dyndns.org/home/carl/git/dvdomatic into 1.0
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 70ea9ee4a..9f3741bbe 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.31pre'
+VERSION = '1.32pre'
def options(opt):
opt.load('compiler_cxx')