summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-30 23:44:02 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-30 23:44:02 +0100
commit05ac93f57e5444fe7b9f961b1053aaeb73d570f9 (patch)
tree6d0c7d7d244981641cf70f82c6b3ad0bca9e4631
parent9a7f5202ce41f9c64c85b9f8126e8e36fbe9d5e7 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f360e9a35..a6dc33e6e 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.02'
+VERSION = '1.03pre'
def options(opt):
opt.load('compiler_cxx')