Bump version v2.1.53
authorCarl Hetherington <cth@carlh.net>
Fri, 4 Sep 2015 23:52:35 +0000 (00:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 4 Sep 2015 23:52:35 +0000 (00:52 +0100)
ChangeLog
debian/changelog
wscript

index 6583113a61eea9bd34bb214d26c54e7d2915d5b1..18fb4da97f61ac7adaa27b05476311698d44eb67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-05  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.53 released.
+
 2015-09-04  Carl Hetherington  <cth@carlh.net>
 
        * Use libsamplerate for resampling instead
index 6c3e88d264d75b5d424032f7927714978f1a4561..7bcffb18c869cc5efb2ebef1fbc778da73ad5151 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.52-1) UNRELEASED; urgency=low
+dcpomatic (2.1.53-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -283,8 +283,9 @@ dcpomatic (2.1.52-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 04 Sep 2015 10:23:30 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 05 Sep 2015 00:52:35 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 18409fe01eab5c1019524858aa36b989c3788c2b..e868c9b007cfd017dee76233d598475b73b83d32 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.52devel'
+VERSION = '2.1.53'
 
 def options(opt):
     opt.load('compiler_cxx')