Bump version v2.9.13
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Aug 2016 21:31:21 +0000 (22:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Aug 2016 21:31:21 +0000 (22:31 +0100)
ChangeLog
debian/changelog
wscript

index 132bdf61121b3cc6653b64731b1f9e3cdf6ae49b..102c448d8cf29ada679b7a91a37236c3ce47cd92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-18  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.13 released.
+
 2016-08-18  Carl Hetherington  <cth@carlh.net>
 
        * Updated zh_CN translation from 刘汉源.
index e191c403e2e309f5c4a10a7ad004518194085242..ebc1412ad7999ae570bc40b4d329a335ccb7ca2f 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.12-1) UNRELEASED; urgency=low
+dcpomatic (2.9.13-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -450,8 +450,9 @@ dcpomatic (2.9.12-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 15 Aug 2016 22:06:01 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 18 Aug 2016 22:31:21 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 31d0888b3f9dd4aee0357e125ce29891e27b03c5..877447e2124f5dbf7be36407775dc1d9d4de931d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.12devel'
+VERSION = '2.9.13'
 
 def options(opt):
     opt.load('compiler_cxx')