Bump version v2.8.20
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jul 2016 14:30:34 +0000 (15:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jul 2016 14:30:34 +0000 (15:30 +0100)
ChangeLog
debian/changelog
wscript

index 78f863e71762f3e1b7817a87355a156ef6b3631a..15f20377527babc124b7aacc873e7972691bd57a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.8.20 released.
+
 2016-07-07  c.hetherington  <cth@carlh.net>
 
        * Fix incorrect job running time reports (#912).
index 9c2a0bae47a416d82f00ebeda2f53d63d6e1c43f..99674bec5b2ce83666412da2808466762777ab8e 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.8.19-1) UNRELEASED; urgency=low
+dcpomatic (2.8.20-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -436,8 +436,9 @@ dcpomatic (2.8.19-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 06 Jul 2016 19:56:40 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 07 Jul 2016 15:30:34 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index bb8a7a17be1342077384fdd73b7e4d2f32b72d8b..416ab0029029679efa0a203b918daba05b8b5d77 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.19devel'
+VERSION = '2.8.20'
 
 def options(opt):
     opt.load('compiler_cxx')