summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-10 10:37:43 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-10 10:37:43 +0000
commit22853f39063b37b74c96585f2df0e39fb08b0a87 (patch)
tree783c067bef7af6c6541a67934b7084e53c7bf62a /wscript
parent64962b5c76ec057ccb48c29a1dca909a9f8aa6cd (diff)
Hack version number.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index eaa675186..ce55833e2 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.62.1pre'
+VERSION = '1.62.0devel'
def options(opt):
opt.load('compiler_cxx')