Bump version v2.4.1
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 08:21:49 +0000 (09:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 08:21:49 +0000 (09:21 +0100)
ChangeLog
debian/changelog
wscript

index 598636ff1a1e39aa29259e77dce36cf226c2b34f..262107c6daafb097cf452aed1765459466bbcfb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-06  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.4.1 released.
+
 2015-10-06  Carl Hetherington  <cth@carlh.net>
 
        * Speculative support for multi-part
index d49c6d9b0a76be9f264026a95b48e44d1e7262be..76c9b512f003249305900658b660420890ceea0e 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.4.0-1) UNRELEASED; urgency=low
+dcpomatic (2.4.1-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -322,8 +322,9 @@ dcpomatic (2.4.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 05 Oct 2015 21:13:41 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 06 Oct 2015 09:21:49 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 2b950ac823caf09a297bc8c18f4527755dddebb7..7335b513ef113f78875e74f5b7b01074f1c53300 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.0devel'
+VERSION = '2.4.1'
 
 def options(opt):
     opt.load('compiler_cxx')