Bump version v2.8.5
authorCarl Hetherington <cth@carlh.net>
Mon, 30 May 2016 21:49:07 +0000 (22:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 30 May 2016 21:49:07 +0000 (22:49 +0100)
ChangeLog
debian/changelog
wscript

index 9e4d3b42c9e77647b57c96133d64bedb5443fec9..cb9f7483b72c9f703b3158a9f8e2d774cec0b8b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-30  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.8.5 released.
+
 2016-05-30  Carl Hetherington  <cth@carlh.net>
 
        * Keep audio dialogue always-on-top (#756).
index 319828021e49621f3c60df48335076cd19c3dae0..64ebb729234badd338170cc4c0d332c1eb6901e3 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.8.4-1) UNRELEASED; urgency=low
+dcpomatic (2.8.5-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -421,8 +421,9 @@ dcpomatic (2.8.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 23 May 2016 00:04:39 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 30 May 2016 22:49:06 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index eac19032bcf9a6d0c0a6f06aba452fa51a8a9567..97f7194ef0eb0f0bb03dae7ecb92f557f61cc472 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.4devel'
+VERSION = '2.8.5'
 
 def options(opt):
     opt.load('compiler_cxx')