Bump version v2.6.26
authorCarl Hetherington <cth@carlh.net>
Sat, 27 Feb 2016 01:32:01 +0000 (01:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 27 Feb 2016 01:32:01 +0000 (01:32 +0000)
ChangeLog
debian/changelog
wscript

index ba37cfe1de0823bd46f37cc7be04a4a176262dbb..8c22c1756e6d5d4906ba33a88cbac6e4e20ebd2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-27  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.26 released.
+
 2016-02-26  Carl Hetherington  <cth@carlh.net>
 
        * Allow changes to colours of subtitles embedded
index a96730a99d429b2cacb9a212634d902a2edd8e12..6018ed611f837796a70c615f103fdbab5a77bdbd 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.25-1) UNRELEASED; urgency=low
+dcpomatic (2.6.26-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -382,8 +382,9 @@ dcpomatic (2.6.25-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 24 Feb 2016 01:04:57 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 27 Feb 2016 01:32:00 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 636285564910b20f559dbd83a08e85469b6e0149..9cb2a4a461e530f865dae10ba3664c337464dc21 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.25devel'
+VERSION = '2.6.26'
 
 def options(opt):
     opt.load('compiler_cxx')