Bump version v2.11.47
authorCarl Hetherington <cth@carlh.net>
Thu, 1 Feb 2018 00:03:15 +0000 (00:03 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 1 Feb 2018 00:03:15 +0000 (00:03 +0000)
ChangeLog
debian/changelog
wscript

index ed61c317d9a8e2c29c178bdbef2103b4f47b10e8..c036374094e6cdcb5f7250369cecf222aa4dafdb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-01  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.47 released.
+
 2018-01-31  Carl Hetherington  <cth@carlh.net>
 
        * Disable things that cannot be altered when video/audio are being
index 723e8ce677cf6e5ff40b255d05481a067575be92..d7848b071bb3bd021754eff5f752f3a8f710a7af 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.46-1) UNRELEASED; urgency=low
+dcpomatic (2.11.47-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -538,8 +538,9 @@ dcpomatic (2.11.46-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Wed, 31 Jan 2018 01:13:08 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Thu, 01 Feb 2018 00:03:14 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index e0ff24af9b056c031ab04d1e2e5878f4066f1d97..1ac6b9964ad1eacb09247f54718d84cb190605e5 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.46devel'
+VERSION = '2.11.47'
 
 def options(opt):
     opt.load('compiler_cxx')