Bump version v2.12.13
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Oct 2018 00:22:36 +0000 (01:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Oct 2018 00:22:36 +0000 (01:22 +0100)
ChangeLog
debian/changelog
wscript

index 86d3d75e1b5ececddc8a0f2ff69737fe436ac270..923ae95f497bb85e1ffc0b1a4431ef8f05d712c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-26  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.12.13 released.
+
 2018-10-08  Carl Hetherington  <cth@carlh.net>
 
        * Fix bad parsing of ASS lines embedded into FFmpeg files
index 920c61925d94d39a22648b93041c0be6356f9ded..46e4ddf2bc0bbe5fb848c7789bdf811f3f15c900 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.12.12-1) UNRELEASED; urgency=low
+dcpomatic (2.12.13-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -584,8 +584,9 @@ dcpomatic (2.12.12-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Tue, 25 Sep 2018 22:14:56 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Fri, 26 Oct 2018 01:22:35 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 7c24a5cbfdb6b7ce5597bed23f6074783361560c..3e54994369ee3b2a0473b38f1ccab254ea0c8334 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.12.12devel'
+VERSION = '2.12.13'
 
 def options(opt):
     opt.load('compiler_cxx')