Bump version v2.1.43
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Aug 2015 16:54:37 +0000 (17:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Aug 2015 16:54:37 +0000 (17:54 +0100)
ChangeLog
debian/changelog
wscript

index 77e172b9f571f0edcf53b630696bd9d9b7598d41..85f5486b73ce8e92a8f03221cd29c0f4a1598654 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.43 released.
+
 2015-08-20  Carl Hetherington  <cth@carlh.net>
 
        * Fix assertion failure with overlapping video content (#666).
index 379045114eaf801c9a208c61c2d73b872f6a4be1..82f5c5cbd51d7f36054ae6f416e56412c34886d9 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.42-1) UNRELEASED; urgency=low
+dcpomatic (2.1.43-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -273,8 +273,9 @@ dcpomatic (2.1.42-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 19 Aug 2015 19:29:07 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 20 Aug 2015 17:54:37 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index fc17894b44246f74d42b0ad8b47f91ae425814a2..68385dfbdc4f6112b25265f99fcd2348f53fc0d6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.42devel'
+VERSION = '2.1.43'
 
 def options(opt):
     opt.load('compiler_cxx')