Bump version v2.12.20
authorCarl Hetherington <cth@carlh.net>
Sat, 9 Feb 2019 00:37:52 +0000 (00:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 9 Feb 2019 00:37:52 +0000 (00:37 +0000)
ChangeLog
debian/changelog
wscript

index 624fcd40d4a3ccfafb30569f4ec77785cb629d7d..181439b01d9341c8d40eb659dd54191e9ac8574c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.12.20 released.
+
 2019-02-03  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.12.19 released.
index cfb1cd3f71f9097ee0c4ed37c036a65c5c7c1dd2..5931ac541a74a0bfe3b49aab90670568ac74fd2f 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.12.19-1) UNRELEASED; urgency=low
+dcpomatic (2.12.20-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -591,8 +591,9 @@ dcpomatic (2.12.19-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Sun, 03 Feb 2019 22:36:14 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Sat, 09 Feb 2019 00:37:51 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 2d0f7e9142d81d897ed9bc7600e6fbdbc9df460e..5996c729a3918fb0a7b3a3dbadb144cd5dccb216 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.12.19devel'
+VERSION = '2.12.20'
 
 def options(opt):
     opt.load('compiler_cxx')