Bump version v2.8.0
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Apr 2016 21:48:01 +0000 (22:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Apr 2016 21:48:01 +0000 (22:48 +0100)
ChangeLog
debian/changelog
wscript

index 1ffe84df5c009393af85d937e7259a89311683b0..3c0ee0d99af8b29a2573d3bfaa7ef23b03f55e6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-29  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.8.0 released.
+
 2016-04-28  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.7.20 released.
index d3744b2f3478cfc0bb05ad2639cba038cec4f9e8..e2c403f238cec3861ebfc0bef369b2c8d7a9b585 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.7.20-1) UNRELEASED; urgency=low
+dcpomatic (2.8.0-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -416,8 +416,9 @@ dcpomatic (2.7.20-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 28 Apr 2016 23:35:02 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 29 Apr 2016 22:48:01 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index a414073d936320775b7e9d2f304bc6b07dd78d24..6513b491710589774c8b7db68c704687aa554aa8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.20devel'
+VERSION = '2.8.0'
 
 def options(opt):
     opt.load('compiler_cxx')