Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 3 Jun 2014 14:32:33 +0000 (15:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 3 Jun 2014 14:32:33 +0000 (15:32 +0100)
ChangeLog
debian/changelog
wscript

index b24adacb90e27945cce0cb715ab4b9d8950da907..4d066e6572c27d7358730db21bfe21eebe8a7aaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-03  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.20 released.
+
 2014-06-03  Carl Hetherington  <cth@carlh.net>
 
        * Re-calculate and update audio plots when the mapping is changed.
index b340d3ce7141871c88efe49ba4ddd0c783da4ac2..4b144629d4ceba22a388309addda9f4f07dffe98 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.19-1) UNRELEASED; urgency=low
+dcpomatic (1.69.20-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -143,8 +143,9 @@ dcpomatic (1.69.19-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 03 Jun 2014 10:47:47 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 03 Jun 2014 15:32:33 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 9a431b597cbc8b26b5936b7b64f85c83654775ab..7ecf62bdb5a2d5a85a27dd2d0e6c56daa722a8bf 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.19devel'
+VERSION = '1.69.20'
 
 def options(opt):
     opt.load('compiler_cxx')