Bump version v2.8.7
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Jun 2016 14:17:34 +0000 (15:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Jun 2016 14:17:34 +0000 (15:17 +0100)
ChangeLog
debian/changelog
wscript

index 81a22db737320defaa7b09e424239eb69740fa1e..e3935f733a1c711fac1a787afe3c6222fec75b3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-02  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.8.7 released.
+
 2016-06-01  c.hetherington  <cth@carlh.net>
 
        * Basics of better audio stream labelling in the audio
index 026f0f14af092cfd5691ba13511b2f8d4aca2d34..5f3de7adfc8a83b88835310dc95d6d991e3614d0 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.8.6-1) UNRELEASED; urgency=low
+dcpomatic (2.8.7-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -423,8 +423,9 @@ dcpomatic (2.8.6-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 31 May 2016 23:12:07 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 02 Jun 2016 15:17:33 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index a96f230a854b16e1b648e8af82978644ee75ec66..622d92c35d661add5e157cb89bb630782df6c064 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.6devel'
+VERSION = '2.8.7'
 
 def options(opt):
     opt.load('compiler_cxx')