summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 23:59:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 23:59:35 +0100
commita05d3820262a0d2d1c06c8fda2277a3f01d96e07 (patch)
tree94f6ec27b13952e30e746a7ec95d0f8038cf9498
parenta3647b8a97caa6b6085752c349b10a40a99939ed (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0911b0eea..b16bb7be7 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.01'
+VERSION = '1.02pre'
def options(opt):
opt.load('compiler_cxx')