summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-17 00:51:43 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-17 00:51:43 +0000
commit40c60c50f4c492298939b9400b916d1828a28b40 (patch)
tree573f088babc2f02451f3938a68e36f72b4594777
parent2a434c744338ff23ca99e21a130afaf042300ada (diff)
Bump versionv2.11.57
-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 96e8ddd30..3285c643f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-17 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.11.57 released.
+
2018-02-16 Carl Hetherington <cth@carlh.net>
* Version 2.11.56 released.
diff --git a/debian/changelog b/debian/changelog
index 1e083339a..19ca9c41d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.11.56-1) UNRELEASED; urgency=low
+dcpomatic (2.11.57-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -548,8 +548,9 @@ dcpomatic (2.11.56-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@main.carlh.net> Fri, 16 Feb 2018 22:18:30 +0000
+ -- Carl Hetherington <carl@main.carlh.net> Sat, 17 Feb 2018 00:51:41 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 36e06ced8..c59f8e645 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.56devel'
+VERSION = '2.11.57'
def options(opt):
opt.load('compiler_cxx')