summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-14 17:12:11 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-14 17:12:11 +0000
commitad8df4e3c3e8a1ecf62e4c7bc6872b4c5839e667 (patch)
treed0b10098d2b9e2334c1f3070222d65f2c020508e
parent2a949f3490bb051a5f3dcddf13c5ad872d702636 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ea0aa8a6b..690313009 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.77'
+VERSION = '0.78pre'
def options(opt):
opt.load('compiler_cxx')