summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b6bb9f39..19aaf2dfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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).
2016-04-27 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index e2c403f23..b90088d59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 5be5cecb4..d4a1f8e0e 100644
--- 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')