summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-31 02:43:15 +0100
committerCarl Hetherington <cth@carlh.net>2013-03-31 02:43:15 +0100
commitae43625121256298f8bda22d449af25451c61d64 (patch)
tree2f9cb3ee0c9fdf93d356ffdd317a6a0b787851fc /wscript
parent0fcbe0064489b7a651ef3543e4e8200c8622cca6 (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 4e4db2178..4cc55b5de 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.78beta16'
+VERSION = '0.78'
def options(opt):
opt.load('compiler_cxx')