summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--wscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87551e988..70c097f16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-24 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.52 released.
+
2012-09-23 Carl Hetherington <cth@carlh.net>
* Fix alignment of frames per second count.
diff --git a/wscript b/wscript
index 78909390b..9bf6e3e19 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.52pre'
+VERSION = '0.52'
def options(opt):
opt.load('compiler_cxx')