Bump version v2.4.13
authorCarl Hetherington <cth@carlh.net>
Wed, 28 Oct 2015 11:33:02 +0000 (11:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 28 Oct 2015 11:33:02 +0000 (11:33 +0000)
ChangeLog
debian/changelog
wscript

index 4aaf68af93dafa3af0653c44066edb65567f29fe..db329a29c39fd0fb2803b2cc14fc6a5fbdb4e042 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-28  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.4.13 released.
+
 2015-10-28  Carl Hetherington  <cth@carlh.net>
 
        * Fix ordering of filename in image sets in some cases
index 0ef0609f4ad6d84117f5701754cb2040f7aa3dd0..d2457ee10c9a7129e150692987a206766d1cac19 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.4.12-1) UNRELEASED; urgency=low
+dcpomatic (2.4.13-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -334,8 +334,9 @@ dcpomatic (2.4.12-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 17 Oct 2015 16:08:37 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 28 Oct 2015 11:33:01 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index ec7819d70e744f98817f1ecc26886494f321e538..02288372ec3dab9911bb2b55fba6bc14212e8ef0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.12devel'
+VERSION = '2.4.13'
 
 def options(opt):
     opt.load('compiler_cxx')