Bump version v2.11.53
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Feb 2018 02:05:47 +0000 (02:05 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Feb 2018 02:05:47 +0000 (02:05 +0000)
ChangeLog
debian/changelog
wscript

index faba489d4327654300db3259f4c996108325325b..9cbc2b58d8c1c7036c8a0c30ad726e8435dfd4dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.53 released.
+
 2018-02-09  Carl Hetherington  <cth@carlh.net>
 
        * Always pre-roll when seeking in DCPs (#1085).
index 540c4897d823aaa362169815b4aa6a4e62f9377c..1528787b99094f30ea9fafe1ea6fd67166bd5531 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.52-1) UNRELEASED; urgency=low
+dcpomatic (2.11.53-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -544,8 +544,9 @@ dcpomatic (2.11.52-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Fri, 09 Feb 2018 01:58:44 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Sat, 10 Feb 2018 02:05:47 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index c0c9a57feba7ae450b08a4265a39ddccbf1eea11..8e6c854704cddea7dd3ad1de504f4a3981f3e7af 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.52devel'
+VERSION = '2.11.53'
 
 def options(opt):
     opt.load('compiler_cxx')