Bump version v2.11.44
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Jan 2018 22:10:18 +0000 (22:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Jan 2018 22:10:18 +0000 (22:10 +0000)
ChangeLog
debian/changelog
wscript

index fde98179d53240a5a16b52ae2dcc3658f71874e1..a3b517b5c467c931e71660404124a9ad105efbd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-18  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.44 released.
+
 2018-01-17  Carl Hetherington  <cth@carlh.net>
 
        * Updated nl_NL translation from Rob van Nieuwkerk.
index 98e1781598320f6335e09458809d3520314972a3..83d19ca8c07ab96e127caba7049d5cdf5f240e9c 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.43-1) UNRELEASED; urgency=low
+dcpomatic (2.11.44-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -535,8 +535,9 @@ dcpomatic (2.11.43-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Wed, 17 Jan 2018 02:04:10 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Thu, 18 Jan 2018 22:10:18 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 49ec7f7d34c5007aea748b8f708b73d6822ff0a5..7f84fef6990d8daaa83ea18eadb5ec1854cab9b2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.43devel'
+VERSION = '2.11.44'
 
 def options(opt):
     opt.load('compiler_cxx')