Bump version v2.8.1
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Apr 2016 22:59:08 +0000 (23:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Apr 2016 22:59:08 +0000 (23:59 +0100)
ChangeLog
debian/changelog
wscript

index 8b6bb9f3972dc9c8199330239c9e59b4d7ef58d5..19aaf2dfda17f64cc9776ab5bafbd8b663a24c76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-29  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.8.1 released.
+
 2016-04-29  Carl Hetherington  <cth@carlh.net>
 
        * Fix incorrect date when using "copy as name" (#869).
index e2c403f238cec3861ebfc0bef369b2c8d7a9b585..b90088d599ab8d728b36cc39e19d83a65eee8700 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.8.0-1) UNRELEASED; urgency=low
+dcpomatic (2.8.1-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -417,8 +417,9 @@ dcpomatic (2.8.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 29 Apr 2016 22:48:01 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 29 Apr 2016 23:59:07 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 5be5cecb43fa85f82db34cd15ddd0ce00c53b7c9..d4a1f8e0e70bf55c00961790ee606ab6dc71127e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.0devel'
+VERSION = '2.8.1'
 
 def options(opt):
     opt.load('compiler_cxx')