Bump version v2.11.52
authorCarl Hetherington <cth@carlh.net>
Fri, 9 Feb 2018 01:58:44 +0000 (01:58 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Feb 2018 01:58:44 +0000 (01:58 +0000)
ChangeLog
debian/changelog
wscript

index 15bad6c7bdef898ea5233fed7cdd31c9f8a98a25..65bdf5eeb6ff72378b9e89edb3cf86d093b33f7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.52 released.
+
 2018-02-09  Carl Hetherington  <cth@carlh.net>
 
        * Updated ru_RU translation from Igor Voytovich.
index 6c720c1a0aff2096f97e1b7d60fd6d0c64f6b0c6..540c4897d823aaa362169815b4aa6a4e62f9377c 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.51-1) UNRELEASED; urgency=low
+dcpomatic (2.11.52-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -543,8 +543,9 @@ dcpomatic (2.11.51-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Thu, 08 Feb 2018 20:58:12 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Fri, 09 Feb 2018 01:58:44 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 895851be77773ca823521a36458f30e7f12af474..5384a27b486ae248680b0c0a24e7c68e7a406ae8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.51devel'
+VERSION = '2.11.52'
 
 def options(opt):
     opt.load('compiler_cxx')