Bump version v2.11.56
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Feb 2018 22:18:31 +0000 (22:18 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 Feb 2018 22:18:31 +0000 (22:18 +0000)
ChangeLog
debian/changelog
wscript

index cd7983683688cc8fa4a09b4a7caa32a479336756..96e8ddd301041f9618aa5b659b4e826b61b0e873 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-16  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.56 released.
+
 2018-02-12  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.11.55 released.
index f6e3cb782d2970df9019c6989030747799316fd6..1e083339a7f16ebb3bdfed66bd103bdb79cc38ce 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.55-1) UNRELEASED; urgency=low
+dcpomatic (2.11.56-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -547,8 +547,9 @@ dcpomatic (2.11.55-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Mon, 12 Feb 2018 00:59:28 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Fri, 16 Feb 2018 22:18:30 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index ff6ea8f4671bf21583b5c96fb6611edb2e17fdf0..a456f208528061393b64661d20075369c16398ee 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.55devel'
+VERSION = '2.11.56'
 
 def options(opt):
     opt.load('compiler_cxx')