Bump version v2.9.21
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Sep 2016 23:57:41 +0000 (00:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Sep 2016 23:57:41 +0000 (00:57 +0100)
ChangeLog
debian/changelog
wscript

index a330f4809ac230d98ad333778b8ad37813010dc1..2755e5485d7022a5c3aeec039327d94f37f4d5fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-13  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.21 released.
+
 2016-09-07  Carl Hetherington  <cth@carlh.net>
 
        * Updated es_ES translation from Manuel AC.
index 3f7177e716d075846510f53ea695bb832c7d28dc..f463faa87e9828915bf65fc013098d4d82b11e1a 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.20-1) UNRELEASED; urgency=low
+dcpomatic (2.9.21-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -458,8 +458,9 @@ dcpomatic (2.9.20-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 30 Aug 2016 16:19:05 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 13 Sep 2016 00:57:41 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index c685976d540aa9ed291163a6fcf236f1ad21fbd4..59f663081e106ee557de411a652ef010254708ee 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.20devel'
+VERSION = '2.9.21'
 
 def options(opt):
     opt.load('compiler_cxx')