summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-01 22:49:33 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-01 22:49:33 +0100
commit6809fdcbf8c65afe3c986b0e2b430d55ce7b124c (patch)
tree03882a459951b99d4834dca1147e48ebac746dd3 /wscript
parentdb468a15e50c8491d4b8462ad0676be905f49065 (diff)
parent0fcbe0064489b7a651ef3543e4e8200c8622cca6 (diff)
Merge branch 'master' into content-rework-take5
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9040738fb..9914b3292 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.78beta14'
+VERSION = '0.78beta16'
def options(opt):
opt.load('compiler_cxx')