summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-16 09:59:06 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-16 09:59:06 +0100
commit936cd11b4c46f99ca5fe4d960cedfb05c82dbccf (patch)
tree89e5527ca2c14f981b7a8e6eb04df12326e5222c
parent04f704a03de9641ae60aca6c5bf0637db270a170 (diff)
parent30d8fa401ec893cbab3ef56c7217e8e4a2aa0635 (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c8041218d..96d13104d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-16 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.11.5 released.
+
2017-05-15 Carl Hetherington <cth@carlh.net>
* Updated nl_NL translation from Rob van Nieuwkerk.
diff --git a/debian/changelog b/debian/changelog
index c5fedb802..f4f76ff12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.11.4-1) UNRELEASED; urgency=low
+dcpomatic (2.11.5-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -492,8 +492,9 @@ dcpomatic (2.11.4-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@main.carlh.net> Sat, 13 May 2017 21:50:45 +0100
+ -- Carl Hetherington <carl@main.carlh.net> Tue, 16 May 2017 09:08:53 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 51f10b852..00285a9b2 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.4devel'
+VERSION = '2.11.5devel'
def options(opt):
opt.load('compiler_cxx')