summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-14 01:27:02 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-14 01:27:02 +0100
commit001a7047cbbee3890f9616ff562d98ee720f16e8 (patch)
treeebb618322ce69fc57e2054755ea622911a1142a6
parentd119e52831556a0b11f4ac4bd20c31151faac171 (diff)
Bump versionv2.12.4
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 27614d708..73a550b7c 100644
--- 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
diff --git a/debian/changelog b/debian/changelog
index cd0748186..e0977ae77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 4efed0d40..db3bbf12c 100644
--- 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')