Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 9 May 2014 21:57:47 +0000 (22:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 May 2014 21:57:47 +0000 (22:57 +0100)
ChangeLog
debian/changelog
wscript

index 440434d5ea3c19509c3d205cca429eb6dc4c56da..a0d6edfdf180b12b832ab62b0a23e7969f5b9e12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.1 released.
+
 2014-05-09  Carl Hetherington  <cth@carlh.net>
 
        * Fix crash on using content with more than 12 audio channels.
index 0f31a27167dae0e469b4194e2c0fcaedb5f193e0..7bf686d3495584d0495aa4da5dceb181e6a190f1 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.0-1) UNRELEASED; urgency=low
+dcpomatic (1.69.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -124,8 +124,9 @@ dcpomatic (1.69.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 05 May 2014 16:41:46 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 09 May 2014 22:57:47 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index abba29173cc41a666420173ba644b25b44911486..0e6e335615853e6780dc4046d1e34170e7aa99c9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.0devel'
+VERSION = '1.69.1'
 
 def options(opt):
     opt.load('compiler_cxx')