Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 14 Oct 2014 17:38:17 +0000 (18:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 14 Oct 2014 17:38:17 +0000 (18:38 +0100)
ChangeLog
debian/changelog
wscript

index 04762860200054e2bc0a9b493c828cc73777f771..82ee2675e5288050400adcd05e3ba41c3e91c2d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-14  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.74.3 released.
+
 2014-10-08  c.hetherington  <cth@carlh.net>
 
        * Make server finding more reliable when
index e0ce39fd5ad1e31d3708d976b0cf115007cf80de..efd8fd73d4432fd303580e0b94bbfc7df631578b 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.74.2-1) UNRELEASED; urgency=low
+dcpomatic (1.74.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -188,8 +188,9 @@ dcpomatic (1.74.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 08 Oct 2014 10:37:21 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 14 Oct 2014 18:38:17 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 09066583a40c71def4a0fe7d13b9b7e845d2c585..cea5071d49b31b8215b67938cc08451130aa8e68 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.74.2devel'
+VERSION = '1.74.3'
 
 def options(opt):
     opt.load('compiler_cxx')