Bump version v2.9.22
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Sep 2016 08:45:30 +0000 (09:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Sep 2016 08:45:30 +0000 (09:45 +0100)
ChangeLog
debian/changelog
wscript

index 2755e5485d7022a5c3aeec039327d94f37f4d5fa..861b4d3932729961acb469ce45142264c49f7912 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.22 released.
+
 2016-09-13  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.9.21 released.
index f463faa87e9828915bf65fc013098d4d82b11e1a..488cf2b010c2b913c1913e86a5d1b026ddeefc26 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.21-1) UNRELEASED; urgency=low
+dcpomatic (2.9.22-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -459,8 +459,9 @@ dcpomatic (2.9.21-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 13 Sep 2016 00:57:41 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 20 Sep 2016 09:45:29 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 110f352ebc2bc50bdfa5e54c13dca7d5e47eb17c..6fdf3574e1349a1aa480a1ef3f07cc75940390d9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.21devel'
+VERSION = '2.9.22'
 
 def options(opt):
     opt.load('compiler_cxx')