Bump version v2.4.9
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Oct 2015 17:37:55 +0000 (18:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Oct 2015 17:37:55 +0000 (18:37 +0100)
ChangeLog
debian/changelog
wscript

index 9d957bf154d90c63c5301da592cc9a3aec3a52ad..afaaf5800355203d992c41f67235da026efb7753 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-11  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.4.9 released.
+
 2015-10-11  Carl Hetherington  <cth@carlh.net>
 
        * Provide progress indication when finding
index 62ee8ef5966ea02b28d524faebfa66b3aa4fe78c..07903454583c3b9269844dbfef919da7ac281608 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.4.8-1) UNRELEASED; urgency=low
+dcpomatic (2.4.9-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -330,8 +330,9 @@ dcpomatic (2.4.8-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 10 Oct 2015 18:59:39 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sun, 11 Oct 2015 18:37:55 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 8ee38ea4eb0d1dc5b55660963b5035d7943ee9c4..5c47f5b91f96578838e85a81146b5ebb4a0a6e97 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.8devel'
+VERSION = '2.4.9'
 
 def options(opt):
     opt.load('compiler_cxx')