Bump version v2.5.3
authorCarl Hetherington <cth@carlh.net>
Fri, 13 Nov 2015 16:09:41 +0000 (16:09 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 13 Nov 2015 16:09:41 +0000 (16:09 +0000)
ChangeLog
debian/changelog
wscript

index d5a9474e23787efed98f19640c4c1faec1a34d19..29544449e436e40ba2ea37d8c6d5abf966e7dd94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-13  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.5.3 released.
+
 2015-11-13  c.hetherington  <cth@carlh.net>
 
        * Vertically align SubRip subtitles with reference to the bottom
index 4bbafb56310c764c0b56403fc7bc3b6b971bc6d9..6ef33857e30ff33cb4c7e87eae4af50763dae122 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.5.2-1) UNRELEASED; urgency=low
+dcpomatic (2.5.3-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -343,8 +343,9 @@ dcpomatic (2.5.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 12 Nov 2015 22:07:37 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 13 Nov 2015 16:09:41 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 26ae175fa303b83ba00ad467ead4b102012cc77e..6db3142b7407c2d451ca51e44604e79d1dc3a413 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.5.2devel'
+VERSION = '2.5.3'
 
 def options(opt):
     opt.load('compiler_cxx')