summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog7
-rw-r--r--wscript2
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ce44206cd..ddadc2417 100644
--- 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).
diff --git a/debian/changelog b/debian/changelog
index 169115e6e..b42290d2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 edfbb07ea..20bc56d91 100644
--- 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')