Bump version v2.11.79
authorCarl Hetherington <cth@carlh.net>
Thu, 22 Mar 2018 00:22:26 +0000 (00:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 22 Mar 2018 00:22:26 +0000 (00:22 +0000)
ChangeLog
debian/changelog
wscript

index 12028ce0f230641ec8c3030420e27f0c12951971..6f296aa753767889a833db14923d662d8abab6bd 100644 (file)
--- 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.
index 07b034a8615daa5bd073577ce4be94a70124b8f3..3d4a89c51e55b712748037f43dfdc90643b41e97 100644 (file)
@@ -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 9d3313c7709cc90ebe16f0e6eafc28f03d050361..cc94e3612ca41efea7150d498d809bdea61af716 100644 (file)
--- 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')