Bump version v2.4.10
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Oct 2015 09:32:51 +0000 (10:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Oct 2015 09:32:51 +0000 (10:32 +0100)
ChangeLog
debian/changelog
wscript

index 22d27fb68ff1023ae9369242030c3112d7a4fa61..a923cea8c0458ee54487b524e00a18317b3bf355 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-12  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.4.10 released.
+
 2015-10-12  Carl Hetherington  <cth@carlh.net>
 
        * Updated nl_NL translation from Rob van Nieuwkerk.
index 07903454583c3b9269844dbfef919da7ac281608..7c37d1a07f7095fa0bb986d0e2ad48999123863c 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.4.9-1) UNRELEASED; urgency=low
+dcpomatic (2.4.10-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -331,8 +331,9 @@ dcpomatic (2.4.9-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sun, 11 Oct 2015 18:37:55 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 12 Oct 2015 10:32:51 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 7da4707400798043d7068fe3c5b4d332c00228ab..a64898b217ec2987c93fb1e952698ce8f09eb82d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.9devel'
+VERSION = '2.4.10'
 
 def options(opt):
     opt.load('compiler_cxx')