summaryrefslogtreecommitdiff
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
parent4a6bdf415ce7e5d8b9e3b32c0c6154fec5f48e69 (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--wscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e35c005cd..b72b6ecf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-08-09 Carl Hetherington <cth@carlh.net>
+ * Version 0.45 released.
+
+2012-08-09 Carl Hetherington <cth@carlh.net>
+
* Fix bug with padding in Scope causing corrupt
images.
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')