Bump version v2.10.7-test
authorCarl Hetherington <cth@carlh.net>
Fri, 10 Feb 2017 12:15:25 +0000 (12:15 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 Feb 2017 12:15:25 +0000 (12:15 +0000)
ChangeLog
debian/changelog
wscript

index b00037241a20006504efc8b03a94d9bcb1238684..3c7af48e9d74c41b8505203ca1c9a01127269af5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.10.7 released.
+
 2017-02-06  Carl Hetherington  <cth@carlh.net>
 
        * Fix display of progress meter (and crash) when sending emails
index 5e27c97fa0e1a61bc320284ed8917dbe25f41dd8..5e44ffd0cee08db50177db91a149824c5d69e71b 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.10.6-1) UNRELEASED; urgency=low
+dcpomatic (2.10.7-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -485,8 +485,9 @@ dcpomatic (2.10.6-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 10 Jan 2017 21:57:30 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Fri, 10 Feb 2017 12:15:25 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 053f32ff64899b40701e956071573ee3fae93e57..9f6b0e200e0862ce153626ac6c33fb1833b2ea8e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.10.6devel'
+VERSION = '2.10.7'
 
 def options(opt):
     opt.load('compiler_cxx')