summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-07 01:05:38 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-07 01:05:38 +0000
commit476e5504835c9761dbcd119b90f891fea620a10c (patch)
tree7aace5c084a4d0860b437b60afdb5f24cbf61dd4
parent5438914988255710e377b967627dbba29bb520e8 (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 b709865c3..3ade2ea92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-07 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.56 released.
+
2012-11-05 Carl Hetherington <cth@carlh.net>
* Remove options to black-out the video when cropping the end;
diff --git a/wscript b/wscript
index 10be7109e..f286e9d0a 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.56pre'
+VERSION = '0.56'
def options(opt):
opt.load('compiler_cxx')