Bump version v2.4.11
authorCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2015 11:40:46 +0000 (12:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2015 11:40:46 +0000 (12:40 +0100)
ChangeLog
debian/changelog
wscript

index 2698d377decb428c4b504114521613b2c1e707cc..e467a0e7c93340773c0c7ce5d4cfd19416c41181 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-13  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.4.11 released.
+
 2015-10-13  Carl Hetherington  <cth@carlh.net>
 
        * Add basic support for multi-reel.
index 7c37d1a07f7095fa0bb986d0e2ad48999123863c..3fc375ea00fa8585282007093b3d428659917565 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.4.10-1) UNRELEASED; urgency=low
+dcpomatic (2.4.11-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -332,8 +332,9 @@ dcpomatic (2.4.10-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 12 Oct 2015 10:32:51 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 13 Oct 2015 12:40:46 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 8ca1aa9ef4b5c45062fdced762d75bea0728ca60..a3eed09ebec0e55007c766bf6e688c6ba81db40c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.10devel'
+VERSION = '2.4.11'
 
 def options(opt):
     opt.load('compiler_cxx')