Bump version v2.12.10
authorCarl Hetherington <cth@carlh.net>
Tue, 4 Sep 2018 22:35:03 +0000 (23:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 4 Sep 2018 22:35:03 +0000 (23:35 +0100)
ChangeLog
debian/changelog
wscript

index 724cea2db118dfee10b7c0fc599b14f0ccf8cc9f..1c3d8979413ed07c98bf2528a4d609987c5b96c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-09-04  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.12.10 released.
+
 2018-04-27  Carl Hetherington  <cth@carlh.net>
 
        * Fix obscured subtitles in some cases.
index 2d10985e8672aed00b52685a488f3cc5221365f9..763ee42a8342366d185bf98a66335382717e39f1 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.12.9-1) UNRELEASED; urgency=low
+dcpomatic (2.12.10-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -581,8 +581,9 @@ dcpomatic (2.12.9-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Tue, 14 Aug 2018 17:25:43 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Tue, 04 Sep 2018 23:35:03 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index e56055f09823d5cd0d93ef61696c06b327105a2b..b9198d3abb4ac5c0dcc8d9c49f243ac22d1653af 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.12.9devel'
+VERSION = '2.12.10'
 
 def options(opt):
     opt.load('compiler_cxx')