Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 3 Jun 2014 22:37:12 +0000 (23:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 3 Jun 2014 22:37:12 +0000 (23:37 +0100)
ChangeLog
debian/changelog
wscript

index a0e776b0e0bcf66a52516f815f9ec976c8fda873..83fcc8960b45ad28d4ed574a723e5a947a551562 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-03  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.21 released.
+
 2014-06-03  Carl Hetherington  <cth@carlh.net>
 
        * Fix bad resampling of separate sound file sources that
index 4b144629d4ceba22a388309addda9f4f07dffe98..c0750ff6e23926500c55633ecba20148728a0bfd 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.20-1) UNRELEASED; urgency=low
+dcpomatic (1.69.21-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -144,8 +144,9 @@ dcpomatic (1.69.20-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 03 Jun 2014 15:32:33 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 03 Jun 2014 23:37:12 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 2684793a47d27b245cb8ce830e4b58e920536f50..5721c6e0c809b2b502693ce87f97085c29c0fcfb 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.20devel'
+VERSION = '1.69.21'
 
 def options(opt):
     opt.load('compiler_cxx')