Bump version v2.11.26
authorCarl Hetherington <cth@carlh.net>
Mon, 9 Oct 2017 22:43:00 +0000 (23:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 9 Oct 2017 22:43:00 +0000 (23:43 +0100)
ChangeLog
debian/changelog
wscript

index 79d05548c8b87343d5f7cd39301a7fcd771d76b1..2189d8086dd9033985647ed36864106401f68d47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.26 released.
+
 2017-10-09  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.11.25 released.
index e0c5f48d879b1552f2904b0a05474b7d8f99de9d..965de4a4765796492c6996a74361d52982191d53 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.25-1) UNRELEASED; urgency=low
+dcpomatic (2.11.26-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -517,8 +517,9 @@ dcpomatic (2.11.25-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Mon, 09 Oct 2017 23:25:23 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Mon, 09 Oct 2017 23:43:00 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index d5983e2f83934e10d5b45d269f961043f1fb487b..17fd109b664c7503cefdcafd0033d4ba06feae48 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.25devel'
+VERSION = '2.11.26'
 
 def options(opt):
     opt.load('compiler_cxx')