summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-26 20:32:56 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-26 20:32:56 +0100
commit9313ffc764c169fb025c7e1431b1b0f36f40a270 (patch)
tree3554cf0d563435f38b7d90cd10e871a4a2c38db3
parent9883b9c5a5c29c3308aa816b322e552ff188c213 (diff)
Munge version number.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5288cab14..c7c8177ca 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '0.85pre'
+VERSION = '1.0pre'
def options(opt):
opt.load('compiler_cxx')