Bump version v2.11.76
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Mar 2018 00:48:11 +0000 (00:48 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 Mar 2018 00:48:11 +0000 (00:48 +0000)
ChangeLog
debian/changelog
wscript

index c27cf269882c1b11d1b5d9dc62a8f6a118d428da..cdf13edd9b5a857331fd0d981a2624f0ca4e2aa3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-16  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.76 released.
+
 2018-03-15  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.11.75 released.
index e020f5c76cb297a98ca15a57ee18e34db59534a9..154baf980c2b4f31558c327f2c103a4ef5bba326 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.75-1) UNRELEASED; urgency=low
+dcpomatic (2.11.76-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -567,8 +567,9 @@ dcpomatic (2.11.75-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Thu, 15 Mar 2018 23:28:00 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Fri, 16 Mar 2018 00:48:11 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 432bbdacb09444a9ee77e6196c9ab2e08c2ec559..7a165ca4e688c6e0fd19d32de4716c6d68704916 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.75devel'
+VERSION = '2.11.76'
 
 def options(opt):
     opt.load('compiler_cxx')