summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-02 00:49:36 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-02 00:49:36 +0100
commit730591019a01589072dab1cea67a04621ca6cb83 (patch)
treeacf0ce4522c7f36c52779b24bb0e5c5621663d8c
parent622380e6ae74614325324031a43988709420c558 (diff)
Bump versionv2.11.1
-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 955443f30..f5eea27b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-02 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.11.1 released.
+
2017-04-30 Carl Hetherington <cth@carlh.net>
* Try to improve hints when making a DCP which is not 24 or 48fps.
diff --git a/debian/changelog b/debian/changelog
index b1415b183..6a5c3a88f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.10.9-1) UNRELEASED; urgency=low
+dcpomatic (2.11.1-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -488,8 +488,9 @@ dcpomatic (2.10.9-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@main.carlh.net> Mon, 13 Feb 2017 23:55:40 +0000
+ -- Carl Hetherington <carl@main.carlh.net> Tue, 02 May 2017 00:49:35 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index cbecb0d21..b938061a8 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.0devel'
+VERSION = '2.11.1'
def options(opt):
opt.load('compiler_cxx')