Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 8 Oct 2014 09:37:21 +0000 (10:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 Oct 2014 09:37:21 +0000 (10:37 +0100)
ChangeLog
debian/changelog
wscript

index d4e344e812b4c579c857f6028ac57bdf127b6116..6c40e1de28c5be40a2f0a9085e6c3ef080b0c3af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-08  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.74.2 released.
+
 2014-10-08  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.74.1 released.
index b31e37e68473baf1506674f5da4cf5a5582ef946..e0ce39fd5ad1e31d3708d976b0cf115007cf80de 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.74.1-1) UNRELEASED; urgency=low
+dcpomatic (1.74.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -187,8 +187,9 @@ dcpomatic (1.74.1-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:06:10 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 08 Oct 2014 10:37:21 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index ded3409ca7fad91a20ec646edd115d82b7f88370..52d6047b0d94e52a9495f688b93d0f335dd69ab8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.74.1devel'
+VERSION = '1.74.2'
 
 def options(opt):
     opt.load('compiler_cxx')