summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-22 00:22:26 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-22 00:22:26 +0000
commit2005dfb156b4411c90c05a86caf5c00b8c8fc663 (patch)
tree498a43ea2a97981cc2b7db7cf7cbe9825dbd2054
parent41b39dca79286bf08d45269bde7a50769d0e2bdd (diff)
Bump versionv2.11.79
-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 12028ce0f..6f296aa75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-22 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.11.79 released.
+
2018-03-21 Carl Hetherington <cth@carlh.net>
* Updated nl_NL translation from Rob van Nieuwkerk.
diff --git a/debian/changelog b/debian/changelog
index 07b034a86..3d4a89c51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.11.78-1) UNRELEASED; urgency=low
+dcpomatic (2.11.79-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -570,8 +570,9 @@ dcpomatic (2.11.78-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@main.carlh.net> Mon, 19 Mar 2018 00:33:49 +0000
+ -- Carl Hetherington <carl@main.carlh.net> Thu, 22 Mar 2018 00:22:25 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 9d3313c77..cc94e3612 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.78devel'
+VERSION = '2.11.79'
def options(opt):
opt.load('compiler_cxx')