Bump version v2.9.28
authorCarl Hetherington <cth@carlh.net>
Sun, 2 Oct 2016 23:59:17 +0000 (00:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 2 Oct 2016 23:59:17 +0000 (00:59 +0100)
ChangeLog
debian/changelog
wscript

index 366b854332403fdb405c83593f73e51d38ce630b..5a4fbccee6fb868dc29474b25580b608648a7b29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-03  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.28 released.
+
 2016-09-30  c.hetherington  <cth@carlh.net>
 
        * Order jobs from first-to-execute to last in the batch converter.
index 436aaf253f342d4d045042cce083d29e26331746..e6124da6b70911d70699bf6fb108c9350a75f2a7 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.27-1) UNRELEASED; urgency=low
+dcpomatic (2.9.28-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -465,8 +465,9 @@ dcpomatic (2.9.27-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 23 Sep 2016 19:06:48 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 03 Oct 2016 00:59:16 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 9d0ebdb7592e4d6b509cd087f5c8e4eec64375b2..96a9be702d53df73fbb4aab2391be2ac29ef88de 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.27devel'
+VERSION = '2.9.28'
 
 def options(opt):
     opt.load('compiler_cxx')