Bump version v2.8.6
authorCarl Hetherington <cth@carlh.net>
Tue, 31 May 2016 22:12:07 +0000 (23:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 31 May 2016 22:12:07 +0000 (23:12 +0100)
ChangeLog
debian/changelog
wscript

index 3e6308301fbb040652fc943544e8df130f7c9c2a..13139e80379adc799255eae9c66ed0c3535c3804 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-31  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.8.6 released.
+
 2016-05-31  Carl Hetherington  <cth@carlh.net>
 
        * Fix some more incomplete strings in the properties dialogue (#874).
index 64ebb729234badd338170cc4c0d332c1eb6901e3..026f0f14af092cfd5691ba13511b2f8d4aca2d34 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.8.5-1) UNRELEASED; urgency=low
+dcpomatic (2.8.6-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -422,8 +422,9 @@ dcpomatic (2.8.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 30 May 2016 22:49:06 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 31 May 2016 23:12:07 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 3d8952d982e2399487b13d35378bcb9c5de78e8c..64984652ec18151a413f58ffa6599482f9b0c99c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.5devel'
+VERSION = '2.8.6'
 
 def options(opt):
     opt.load('compiler_cxx')