Bump version v2.11.74
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Mar 2018 02:08:52 +0000 (02:08 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Mar 2018 02:08:52 +0000 (02:08 +0000)
ChangeLog
debian/changelog
wscript

index bd4fb2bc7bb6d90c18386cc69c1adea45a80f7e6..d77119e94bdf4878675d3bd82b6a955e883e62fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-15  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.74 released.
+
 2018-03-13  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.11.73 released.
index 5430869df25cce399434a5184fe05b8b83d2064c..49371fa10388b26ade420a06b7439a4f4ad30f41 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.73-1) UNRELEASED; urgency=low
+dcpomatic (2.11.74-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -565,8 +565,9 @@ dcpomatic (2.11.73-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Tue, 13 Mar 2018 23:13:28 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Thu, 15 Mar 2018 02:08:51 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 772dcc13e07af8402962858dbd9f51846cba2480..35cc1d878e5a379b6aa1e5ceed496dccef3b60e4 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.73devel'
+VERSION = '2.11.74'
 
 def options(opt):
     opt.load('compiler_cxx')