summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-24 01:59:18 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-24 01:59:18 +0100
commitdf97dab0c400a05afb234fcf6eecfcdd8fb455a5 (patch)
treee3f89c7334ca7c29f718f4862944044e88db2c17
parent3fc9a435a720d8b2abd78c1bdc7b34bc635ad797 (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 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')