Bump version v2.7.9
authorCarl Hetherington <cth@carlh.net>
Tue, 5 Apr 2016 23:10:08 +0000 (00:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 5 Apr 2016 23:10:08 +0000 (00:10 +0100)
ChangeLog
debian/changelog
wscript

index 1ca32fb156c39e8594714f0eda8f75dcfa77bae2..1d89c461748794bc384180c9e63dfdafa824d99c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-06  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.7.9 released.
+
 2016-04-05  Carl Hetherington  <cth@carlh.net>
 
        * Support bold in DCP subtitles.
index 255da3cc33173bb758a925309223c0a0f901822c..6dd89ace6f2a730d888832a83145933547a9c6e3 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.7.8-1) UNRELEASED; urgency=low
+dcpomatic (2.7.9-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -404,8 +404,9 @@ dcpomatic (2.7.8-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 22 Mar 2016 12:26:21 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 06 Apr 2016 00:10:07 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 0c8e6b680d82ab23061229c77bcb2ef13588a738..4920c667d233cbe9c3b9d25bfc975420c37af82f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.8devel'
+VERSION = '2.7.9'
 
 def options(opt):
     opt.load('compiler_cxx')