summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-27 11:57:02 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-27 11:57:02 +0100
commit458b42859c79b1fd725b650946eac3ef572b79aa (patch)
treec39dc561e183b1b84b69e66e4c592dab0369d981 /wscript
parent0bf241861d1efb4749601d3a1bdc708651aa3df5 (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 08ecad4de..b55615ba1 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.47pre'
+VERSION = '0.47'
def options(opt):
opt.load('compiler_cxx')