summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-05 13:30:36 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-05 13:30:36 +0000
commitabc22146d271030b911cb158ea3d1f1544d6f3de (patch)
treecf3c31c6d08432d459b2c1f6bcbc57e703488372 /wscript
parente24b9d6aa5b4b315a617561bdcac0de76743d961 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 900e5b6d4..ad46e3d75 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.76'
+VERSION = '0.77pre'
def options(opt):
opt.load('compiler_cxx')