summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-27 11:03:17 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-27 11:03:17 +0000
commitb3499c076f9270f161be1b89497eb888a48049f2 (patch)
tree444c1ed689ab60bf30ce8a5655b4091870b4c3be /wscript
parent73a059df51372493c56f2e63b64ad2062e0c0b6b (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 e0b42cf77..4b81814a7 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.75'
+VERSION = '0.76pre'
def options(opt):
opt.load('compiler_cxx')