Bump version v2.9.5
authorCarl Hetherington <cth@carlh.net>
Fri, 22 Jul 2016 20:09:35 +0000 (21:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 22 Jul 2016 20:09:35 +0000 (21:09 +0100)
ChangeLog
debian/changelog
wscript

index e4300f845547b1d05bfb448d84530b6aa1a4c5ca..0bfc1a32872a30461d0453e12fa4904d981ee88c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.5 released.
+
 2016-07-20  Carl Hetherington  <cth@carlh.net>
 
        * Add -t option to dcpomatic2_cli to override the configured
index 3c1d58c782c449e2d7a49d5cd34670c861dc61de..86418dd238d4ac2345ee51100b2ec9b50361d7c3 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.4-1) UNRELEASED; urgency=low
+dcpomatic (2.9.5-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -442,8 +442,9 @@ dcpomatic (2.9.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 20 Jul 2016 10:48:35 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 22 Jul 2016 21:09:35 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 5b3aa3484d15fc283f22f0a67a333d848a448c87..bf2d5bb85c7bf4be065b14c0ac416076a5923c67 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.4devel'
+VERSION = '2.9.5'
 
 def options(opt):
     opt.load('compiler_cxx')