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 ed61c317d..c03637409 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-01 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.11.47 released.
+
2018-01-31 Carl Hetherington <cth@carlh.net>
* Disable things that cannot be altered when video/audio are being
diff --git a/debian/changelog b/debian/changelog
index 723e8ce67..d7848b071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.11.46-1) UNRELEASED; urgency=low
+dcpomatic (2.11.47-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -538,8 +538,9 @@ dcpomatic (2.11.46-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@main.carlh.net> Wed, 31 Jan 2018 01:13:08 +0000
+ -- Carl Hetherington <carl@main.carlh.net> Thu, 01 Feb 2018 00:03:14 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index e0ff24af9..1ac6b9964 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.46devel'
+VERSION = '2.11.47'
def options(opt):
opt.load('compiler_cxx')