summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-07 23:57:39 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-07 23:57:39 +0000
commit8a6d700346a6f5ca320883ea1e4d628b80f3b8fd (patch)
tree69ede8ac7adc75dbe6bab53f8d6704fc7bcdaf24
parent4811c9ad4eaaaf584b9d87d4d9082d9c8e252d0a (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 55b95110e..49505836a 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.70'
+VERSION = '0.71pre'
def options(opt):
opt.load('compiler_cxx')