Hack version number.
authorCarl Hetherington <cth@carlh.net>
Fri, 10 Jan 2014 10:37:43 +0000 (10:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 Jan 2014 10:37:43 +0000 (10:37 +0000)
wscript

diff --git a/wscript b/wscript
index eaa675186701ca9e97834299017f7e1bbd76c202..ce55833e26585456bdae5ae9ad84c7a5c0ab62a2 100644 (file)
--- 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')