Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 5 Jun 2014 11:03:23 +0000 (12:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 Jun 2014 11:03:23 +0000 (12:03 +0100)
ChangeLog
debian/changelog
wscript

index 576fa0d399795c733f9bb806294c283c371ed2c2..9872730be7940d4515d25f11bb50257643eae9d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-05  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.22 released.
+
 2014-06-05  Carl Hetherington  <cth@carlh.net>
 
        * Large speed-up to multi-image source file decoding.
index c0750ff6e23926500c55633ecba20148728a0bfd..e839c2a7d877f2a31b99d6d79831418907d45726 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.69.21-1) UNRELEASED; urgency=low
+dcpomatic (1.69.22-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -145,8 +145,9 @@ dcpomatic (1.69.21-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 03 Jun 2014 23:37:12 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 05 Jun 2014 12:03:23 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 8fdc1961e7c2ae74e7f736ddc266110e03959435..57ba436b95acf58fd91641a00234d3775265ce2a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.69.21devel'
+VERSION = '1.69.22'
 
 def options(opt):
     opt.load('compiler_cxx')