summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-03 22:36:14 +0000
committerCarl Hetherington <cth@carlh.net>2019-02-03 22:36:14 +0000
commit5f5bfeb57becf9f2b2a3a953412757d71491ab97 (patch)
tree81f27f33a9afd9962728660ce5573e425841e481
parent3f382e4b9e9d48a96190397295b316f60e0ea205 (diff)
Bump versionv2.12.19
-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 94facf6ca..624fcd40d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-03 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.12.19 released.
+
2019-01-30 Carl Hetherington <cth@carlh.net>
* Version 2.12.18 released.
diff --git a/debian/changelog b/debian/changelog
index 0412f6f91..cfb1cd3f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.12.18-1) UNRELEASED; urgency=low
+dcpomatic (2.12.19-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -590,8 +590,9 @@ dcpomatic (2.12.18-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@main.carlh.net> Wed, 30 Jan 2019 08:37:45 +0000
+ -- Carl Hetherington <carl@main.carlh.net> Sun, 03 Feb 2019 22:36:14 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 1f9e14f4b..18ecc6f73 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.12.18devel'
+VERSION = '2.12.19'
def options(opt):
opt.load('compiler_cxx')