Bump version v2.11.25
authorCarl Hetherington <cth@carlh.net>
Mon, 9 Oct 2017 22:25:23 +0000 (23:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 9 Oct 2017 22:25:23 +0000 (23:25 +0100)
ChangeLog
debian/changelog
wscript

index a7dc412266a3da95e862f2e64f6b2a605e809c63..79d05548c8b87343d5f7cd39301a7fcd771d76b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.25 released.
+
 2017-10-09  Carl Hetherington  <cth@carlh.net>
 
        * Updated cs_CZ translation from Tomáš Begeni.
index 172607886d8c46dc5327602058a223b483410160..e0c5f48d879b1552f2904b0a05474b7d8f99de9d 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.24-1) UNRELEASED; urgency=low
+dcpomatic (2.11.25-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -516,8 +516,9 @@ dcpomatic (2.11.24-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Sun, 01 Oct 2017 22:02:20 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Mon, 09 Oct 2017 23:25:23 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 4942c17fee65443d0e01c2f7f32f8936cb580d6f..83827df081d064c24f26437501efb294e603b01f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.24devel'
+VERSION = '2.11.25'
 
 def options(opt):
     opt.load('compiler_cxx')