Bump version v2.11.17
authorCarl Hetherington <cth@carlh.net>
Tue, 15 Aug 2017 21:40:05 +0000 (22:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 15 Aug 2017 21:40:05 +0000 (22:40 +0100)
ChangeLog
debian/changelog
wscript

index 59fa229d1b80a7d9329acd6b27a01f0acd3e2fab..0368c99eb217ff64a83301348d344b6fa59e0a9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-15  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.17 released.
+
 2017-08-10  Carl Hetherington  <cth@carlh.net>
 
        * Updated pl_PL translation from Mike Mazur.
index 409a069283f4fc0385f81d8a8c5422528efc29af..7d7153dfc690d82b9833b1fbf84fc53b28a311b7 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.16-1) UNRELEASED; urgency=low
+dcpomatic (2.11.17-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -508,8 +508,9 @@ dcpomatic (2.11.16-1) UNRELEASED; urgency=low
   [ Carl Hetherington ]
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Fri, 28 Jul 2017 22:53:57 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Tue, 15 Aug 2017 22:40:05 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 92700088531e55a5fe09e0208cf950da4ceab1f0..39ad8f23ce3188f1525df6e213f59cdfc7d9cbfd 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.16devel'
+VERSION = '2.11.17'
 
 def options(opt):
     opt.load('compiler_cxx')