summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-30 09:19:33 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-30 09:19:33 +0100
commit80e24096d7669e2ccf50496d4277b7baa5b79679 (patch)
treedafcce1828ab413772553422a9cf616071bc77b9
parent338aa9db0d82ceccde67e4b3dff0bfb75d2a4648 (diff)
Bump versionv2.3.11
-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 bdd295ddc..7d10859fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-09-30 Carl Hetherington <cth@carlh.net>
+ * Version 2.3.11 released.
+
+2015-09-30 Carl Hetherington <cth@carlh.net>
+
* Fix various confusions with subtitles and
changing video frame rates.
diff --git a/debian/changelog b/debian/changelog
index 01414e047..8ee279b45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.3.10-1) UNRELEASED; urgency=low
+dcpomatic (2.3.11-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -317,8 +317,9 @@ dcpomatic (2.3.10-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Tue, 29 Sep 2015 10:21:18 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Wed, 30 Sep 2015 09:19:32 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 89c70066b..6f2a334f5 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.3.10devel'
+VERSION = '2.3.11'
def options(opt):
opt.load('compiler_cxx')