Bump version v2.8.19
authorCarl Hetherington <cth@carlh.net>
Wed, 6 Jul 2016 18:56:40 +0000 (19:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 6 Jul 2016 18:56:40 +0000 (19:56 +0100)
ChangeLog
debian/changelog
wscript

index 0d63da2434baa37875ef0242a5aa76ca4285ad26..6720af76dc0fcaa16243fe9c399835a26efdb2c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-06  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.8.19 released.
+
 2016-07-05  c.hetherington  <cth@carlh.net>
 
        * Fix stay-on-top behaviour of audio/video graphs
index 395f9e9791ba369076b0bb302bec1b6afd6192e8..9c2a0bae47a416d82f00ebeda2f53d63d6e1c43f 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.8.18-1) UNRELEASED; urgency=low
+dcpomatic (2.8.19-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -435,8 +435,9 @@ dcpomatic (2.8.18-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 04 Jul 2016 23:55:02 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 06 Jul 2016 19:56:40 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index e16f6aefa0a0b5594fee0125eddb08f71bff4989..ee99b32f3a2c8e1855d62ad22a583af0a3d631d0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.18devel'
+VERSION = '2.8.19'
 
 def options(opt):
     opt.load('compiler_cxx')