Bump version v2.7.20
authorCarl Hetherington <cth@carlh.net>
Thu, 28 Apr 2016 22:35:02 +0000 (23:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Apr 2016 22:35:02 +0000 (23:35 +0100)
ChangeLog
debian/changelog
wscript

index ad3a069d6e657f5ef084d037d7562b3b342da2d9..1ffe84df5c009393af85d937e7259a89311683b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-28  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.7.20 released.
+
 2016-04-28  Carl Hetherington  <cth@carlh.net>
 
        * Updated fr_FR translation from Thierry Journet.
index 3a3d6c7d6b1c110fb7a38beda1d982d68f2c5fbd..d3744b2f3478cfc0bb05ad2639cba038cec4f9e8 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.7.19-1) UNRELEASED; urgency=low
+dcpomatic (2.7.20-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -415,8 +415,9 @@ dcpomatic (2.7.19-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 27 Apr 2016 09:18:21 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 28 Apr 2016 23:35:02 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 0ac49ab9a8b16a6d48378994d6b36660a11e7a42..da3188717506a09e1c5072199b5a6452e90a0deb 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.19devel'
+VERSION = '2.7.20'
 
 def options(opt):
     opt.load('compiler_cxx')