Bump version v2.9.29
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 22:08:30 +0000 (23:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 22:08:30 +0000 (23:08 +0100)
ChangeLog
debian/changelog
wscript

index f5bbd0425ede75a4e5c9d36b064ecb6ee945a0eb..2607306373974b0c48c287e36859d3d2603d19db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-03  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.29 released.
+
 2016-10-03  Carl Hetherington  <cth@carlh.net>
 
        * Updated nl_NL translation from Rob van Nieuwkerk.
index e6124da6b70911d70699bf6fb108c9350a75f2a7..1a5bcfbd5d555a4f09c1dca596b411ae2b6b7d0c 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.28-1) UNRELEASED; urgency=low
+dcpomatic (2.9.29-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -466,8 +466,9 @@ dcpomatic (2.9.28-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 03 Oct 2016 00:59:16 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 03 Oct 2016 23:08:29 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index b2477e9e4676db84224dbc48eed9df43f75fd30b..596636f22eefabeebc319cd71e63784dd4ecf311 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.28devel'
+VERSION = '2.9.29'
 
 def options(opt):
     opt.load('compiler_cxx')