summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-21 14:44:11 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-21 14:44:11 +0100
commit1f5c67fd46e3c7885c3e7ae2dcdfa7c475d46733 (patch)
tree9006a7d6823d22f9a044e384fe99318524a32556
parent48b49ec2037adae4d3c2f563d9cf022ce718ce02 (diff)
Bump version.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 551ac136c..92266116b 100644
--- a/wscript
+++ b/wscript
@@ -1,7 +1,7 @@
import subprocess
APPNAME = 'dvdomatic'
-VERSION = '0.29'
+VERSION = '0.30pre'
def options(opt):
opt.load('compiler_cxx')