Bump version v2.4.15
authorCarl Hetherington <cth@carlh.net>
Thu, 29 Oct 2015 18:46:23 +0000 (18:46 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 29 Oct 2015 18:46:23 +0000 (18:46 +0000)
ChangeLog
debian/changelog
wscript

index a9e415d4b1f3113a5693255f7f115e5464a2301e..8c2f1226617646f617208284e2e2d5f9fc0839a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-29  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.4.15 released.
+
 2015-10-29  Carl Hetherington  <cth@carlh.net>
 
        * Fix incorrect colours following re-scale of existing
index 96325298b7545e20309f2d7104a705abda02e6fc..8bafa51f79e6e70a033d369552eee4cfe2fbf00c 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.4.14-1) UNRELEASED; urgency=low
+dcpomatic (2.4.15-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -336,8 +336,9 @@ dcpomatic (2.4.14-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 28 Oct 2015 12:49:13 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 29 Oct 2015 18:46:23 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index eef98811ccc037faa9a95991005e8b5acb94efb0..44632e3f183a2e3eef304e10767d7fc3df80606c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.14devel'
+VERSION = '2.4.15'
 
 def options(opt):
     opt.load('compiler_cxx')