summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-25 00:01:47 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-25 00:01:47 +0000
commit9eaa9ceb977d6da492695a286a8b5d88ad8bee85 (patch)
tree66d4674e12c68e6d448c50c7d2c4651770d94674
parent7b16280edec019d0583b52fab25549a91c3676e6 (diff)
Bump versionv2.12.3
-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 22eba9726..ab3f2f001 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-25 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.12.3 released.
+
2018-03-24 Carl Hetherington <cth@carlh.net>
* Fix crash when changing DCP audio channel count (#1253).
diff --git a/debian/changelog b/debian/changelog
index 1dbcd4071..cd0748186 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.12.2-1) UNRELEASED; urgency=low
+dcpomatic (2.12.3-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -574,8 +574,9 @@ dcpomatic (2.12.2-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@main.carlh.net> Thu, 22 Mar 2018 18:39:50 +0000
+ -- Carl Hetherington <carl@main.carlh.net> Sun, 25 Mar 2018 00:01:46 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 5a9708255..827c095ca 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.12.2devel'
+VERSION = '2.12.3'
def options(opt):
opt.load('compiler_cxx')