summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-31 02:43:17 +0100
committerCarl Hetherington <cth@carlh.net>2013-03-31 02:43:17 +0100
commite85b9a7afbce6f4871239ba7b396c47ef76809ad (patch)
tree9e63c97de85c2f03bba641398fafcf60a477f588
parentae43625121256298f8bda22d449af25451c61d64 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4cc55b5de..6744dfd37 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.78'
+VERSION = '0.79pre'
def options(opt):
opt.load('compiler_cxx')