summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-10 10:30:28 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-10 10:30:28 +0000
commit64962b5c76ec057ccb48c29a1dca909a9f8aa6cd (patch)
tree6cfe13bdcce16655fc237e9ccafd8399cafebba1
parent12602f84b286ae3fc1555a3332609edb2c4d3571 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d4454c0b9..eaa675186 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.62.0'
+VERSION = '1.62.1pre'
def options(opt):
opt.load('compiler_cxx')