summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-09 13:03:46 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-09 13:03:46 +0100
commita4a831a1751f3fbdb696b487e0a7a7383674b8fa (patch)
tree350868a6f0b232292a62a73bc7fc56948ece62ed /wscript
parent4a6bdf415ce7e5d8b9e3b32c0c6154fec5f48e69 (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 023b15c7f..635389ed1 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.45pre'
+VERSION = '0.45'
def options(opt):
opt.load('compiler_cxx')