summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-29 01:13:25 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-29 01:13:25 +0000
commit58424fc0a07f986bef8112f5efb5ed2662d389fe (patch)
treefb18ecd47aa7e7ef93569d02fd2e4b11a1246419
parent87ff09cab9fd0d81268af85c61be3539dab35c16 (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e84f2d6e..a8b8630b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-12-29 Carl Hetherington <cth@carlh.net>
+ * Version 1.53 released.
+
+2013-12-29 Carl Hetherington <cth@carlh.net>
+
* Fix failure to load content from directories with non-Latin names.
2013-12-28 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index adb947cb6..0407aa624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.52-1) UNRELEASED; urgency=low
+dcpomatic (1.53-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -56,8 +56,9 @@ dcpomatic (1.52-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Fri, 27 Dec 2013 12:17:11 +0000
+ -- Carl Hetherington <carl@d1stkfactory> Sun, 29 Dec 2013 01:13:24 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 93dab6823..277a25753 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.53pre'
+VERSION = '1.53'
def options(opt):
opt.load('compiler_cxx')