Bump version v2.8.8
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Jun 2016 21:28:41 +0000 (22:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Jun 2016 21:28:41 +0000 (22:28 +0100)
ChangeLog
debian/changelog
wscript

index 3364fb76da6189925ff3b37a57443da469926375..112d749d092e814e3deba4ec97287f3188728aa3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-02  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.8.8 released.
+
 2016-06-02  Carl Hetherington  <cth@carlh.net>
 
        * Fix crash when loading projects from pre-2.8.5.
index 5f3de7adfc8a83b88835310dc95d6d991e3614d0..b567cba173c83c079ffed5e2528be1bd1813421a 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.8.7-1) UNRELEASED; urgency=low
+dcpomatic (2.8.8-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -424,8 +424,9 @@ dcpomatic (2.8.7-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 02 Jun 2016 15:17:33 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 02 Jun 2016 22:28:40 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 7626a0a73fdc2f490bd2a17ddc0ff9c1ff431c25..37c4407368f13451f195dae24414dca8067b8b72 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.7devel'
+VERSION = '2.8.8'
 
 def options(opt):
     opt.load('compiler_cxx')