Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 10 May 2014 12:40:33 +0000 (13:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 May 2014 12:40:33 +0000 (13:40 +0100)
ChangeLog
debian/changelog
wscript

index 4c1fb3a313728d036f8aaf0775133f42994c6da6..1a031b445a22c696969b4740989d91780e4237b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.2 released.
+
 2014-05-10  Carl Hetherington  <cth@carlh.net>
 
        * Fix setup of the libswresample context to work with high channel counts.
index 7bf686d3495584d0495aa4da5dceb181e6a190f1..418ef9fa4966fe1009e5733c90db27ea441bd7dc 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.1-1) UNRELEASED; urgency=low
+dcpomatic (1.69.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -125,8 +125,9 @@ dcpomatic (1.69.1-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 09 May 2014 22:57:47 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 10 May 2014 13:40:32 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 214149ef5d7888f56f970be14d0679f765f021bd..4b16c883d507c5bfdbb2736a3c7008da9494f773 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.1devel'
+VERSION = '1.69.2'
 
 def options(opt):
     opt.load('compiler_cxx')