Bump version v2.8.10
authorCarl Hetherington <cth@carlh.net>
Sat, 18 Jun 2016 23:43:52 +0000 (00:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 18 Jun 2016 23:43:52 +0000 (00:43 +0100)
ChangeLog
debian/changelog
wscript

index 784a686747cc0223babd0737c452ea74e048adbd..c149a339f02ee9f926b4d9b1e7a4c8e22954c574 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-19  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.8.10 released.
+
 2016-06-17  Carl Hetherington  <cth@carlh.net>
 
        * Add configurable default for the number of DCP
index 2c1b3fa93f882e9c6657dbeb7f59601df460b3f1..d6799446a3c6e8384daf107d18a1decbb20c9dc5 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.8.9-1) UNRELEASED; urgency=low
+dcpomatic (2.8.10-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -426,8 +426,9 @@ dcpomatic (2.8.9-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 08 Jun 2016 23:23:14 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sun, 19 Jun 2016 00:43:51 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 39861cf8ec4c949b111e9bfae5ab281f1c88d529..ee3b5b481e04fba228c0a43fa7c07349296b59a3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.9devel'
+VERSION = '2.8.10'
 
 def options(opt):
     opt.load('compiler_cxx')