Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 28 Aug 2013 16:05:39 +0000 (17:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 28 Aug 2013 16:05:39 +0000 (17:05 +0100)
wscript

diff --git a/wscript b/wscript
index 226a169a5efb873103ea6148a76d2c05502a1a4c..df2b1c1d5d6ae88a7b1d76626e5a1d0651ce203b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.00'
+VERSION = '1.01pre'
 
 def options(opt):
     opt.load('compiler_cxx')