Bump version v2.12.4
authorCarl Hetherington <cth@carlh.net>
Sat, 14 Apr 2018 00:27:02 +0000 (01:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 14 Apr 2018 00:27:02 +0000 (01:27 +0100)
ChangeLog
debian/changelog
wscript

index 27614d708a90d7b21e5c2ffe8a1770cfd6eafff0..73a550b7c45013a68ab59457c1e8b988c581f58e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-14  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.12.4 released.
+
 2018-04-13  Carl Hetherington  <cth@carlh.net>
 
        * Fix incorrect preview crop with DCP sources when the preview is smaller than half
index cd0748186d2137372c15127ee911e4043a721a09..e0977ae7757d6567e09551b9db8076bbf4bcf201 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.12.3-1) UNRELEASED; urgency=low
+dcpomatic (2.12.4-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -575,8 +575,9 @@ dcpomatic (2.12.3-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Sun, 25 Mar 2018 00:01:46 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Sat, 14 Apr 2018 01:27:00 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 4efed0d40ccadfc4935a395abf77fa83a1d76361..db3bbf12c014cd266a9b848c5dbe61ad81fce0c1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.12.3devel'
+VERSION = '2.12.4'
 
 def options(opt):
     opt.load('compiler_cxx')