Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 7 Dec 2013 19:29:19 +0000 (19:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 7 Dec 2013 19:29:19 +0000 (19:29 +0000)
ChangeLog
debian/changelog
wscript

index cbaa1eb0f2101b7a533689b105fe929ea2effac3..543775d6f8d2df83685c131bdb08675c7ee01226 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.41 released.
+
 2013-12-05  Carl Hetherington  <cth@carlh.net>
 
        * Improve the correctness of lengths reported by sound files to fix
index 809f5f51c418c187dac3ca46a7d56dafb5ba06fd..bc8f48426786640399c832718ca162b07f20326e 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.40-1) UNRELEASED; urgency=low
+dcpomatic (1.41-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -44,8 +44,9 @@ dcpomatic (1.40-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 02 Dec 2013 12:35:03 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 07 Dec 2013 19:29:18 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index addaafc7434612b6167fc30155e478c670bca062..50ff3a64f4b513101820b3e66d82000d2c2fcc84 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.41pre'
+VERSION = '1.41'
 
 def options(opt):
     opt.load('compiler_cxx')