Bump version v2.11.15
authorCarl Hetherington <cth@carlh.net>
Fri, 28 Jul 2017 09:40:45 +0000 (10:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 28 Jul 2017 09:40:45 +0000 (10:40 +0100)
ChangeLog
debian/changelog
wscript

index ce44206cd1d548a18f6baaa8af3d2e4b1c1e4525..ddadc2417a85e84030db9a9ae9a2e066dcda525b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-28  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.15 released.
+
 2017-07-27  Carl Hetherington  <cth@carlh.net>
 
        * Add option to specify a list of servers in the CLI version (#1104).
index 169115e6e8d85279ccea70182c6c233de5f96367..b42290d2a69b1ef6ae32c21192ad3aa439444924 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.14-1) UNRELEASED; urgency=low
+dcpomatic (2.11.15-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -505,7 +505,10 @@ dcpomatic (2.11.14-1) UNRELEASED; urgency=low
   [ carl ]
   * New upstream release.
 
- -- carl <carl@klopp>  Tue, 18 Jul 2017 22:18:18 +0100
+  [ Carl Hetherington ]
+  * New upstream release.
+
+ -- Carl Hetherington <carl@main.carlh.net>  Fri, 28 Jul 2017 10:40:45 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index edfbb07ead0a8d8527931ee1f03244adde7ca3c5..20bc56d911d9bed794ba8e821b4265be781be1ca 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.14devel'
+VERSION = '2.11.15'
 
 def options(opt):
     opt.load('compiler_cxx')