Bump version v2.11.18
authorCarl Hetherington <cth@carlh.net>
Thu, 17 Aug 2017 23:38:29 +0000 (00:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 17 Aug 2017 23:38:29 +0000 (00:38 +0100)
ChangeLog
debian/changelog
wscript

index 820b99c7f5503e34c791ef8ccc502862b320dadd..fa717f3b084a73fc91d57a800ae35c78c4af14ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-18  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.18 released.
+
 2017-08-16  Carl Hetherington  <cth@carlh.net>
 
        * Updated nl_NL translation from Rob van Nieuwkerk.
index 7d7153dfc690d82b9833b1fbf84fc53b28a311b7..1687df8e4592e99b472914e9153c303d134ac754 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.17-1) UNRELEASED; urgency=low
+dcpomatic (2.11.18-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -509,8 +509,9 @@ dcpomatic (2.11.17-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Tue, 15 Aug 2017 22:40:05 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Fri, 18 Aug 2017 00:38:29 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index b673034f27a5d40d2225a0bd90f84ebf99e376b2..07f0ee81cea76cb8090ca8103997577943ef4ae8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.17devel'
+VERSION = '2.11.18'
 
 def options(opt):
     opt.load('compiler_cxx')