Bump version v2.9.8
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Jul 2016 11:30:42 +0000 (12:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Jul 2016 11:30:42 +0000 (12:30 +0100)
ChangeLog
debian/changelog
wscript

index 9c6bd45e9e2d18607f34e4b42578bd3a87b24536..63d924e08a1e2dc143a0577cb75c0a2d39bca9d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-29  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.8 released.
+
 2016-07-29  c.hetherington  <cth@carlh.net>
 
        * Fix various problems with separate L/R eye
index 88fc27cf88a3444dc28e7eae60b58a33e38b2113..37d135f238ff263281cfd554680e396bbb584bf4 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.7-1) UNRELEASED; urgency=low
+dcpomatic (2.9.8-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -445,8 +445,9 @@ dcpomatic (2.9.7-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 28 Jul 2016 16:12:04 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 29 Jul 2016 12:30:42 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 1a8fa94021fa4bbacfe93cea1844829565f3c453..f820be689bcba7a528fda80631d8e7a275929214 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.7devel'
+VERSION = '2.9.8'
 
 def options(opt):
     opt.load('compiler_cxx')