Bump version v2.1.10
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Jun 2015 11:00:12 +0000 (12:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Jun 2015 11:00:12 +0000 (12:00 +0100)
ChangeLog
debian/changelog
wscript

index 3c384d14ca543278c0478185aec0b7598da5dce1..6442d79cb910309b3208a697410cd60306e85c3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-25  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.10 released.
+
 2015-06-25  c.hetherington  <cth@carlh.net>
 
        * Add decode debugging option.
index 1fa9dfdeea126e9b5a08dc9a648b1e951ad2bdfa..8194dd1f0b3bd1744f36a72a4ac918118484cae5 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.9-1) UNRELEASED; urgency=low
+dcpomatic (2.1.10-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -240,8 +240,9 @@ dcpomatic (2.1.9-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 25 Jun 2015 01:03:14 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 25 Jun 2015 12:00:12 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index d23d847d6953e6ae3e5e61ad4f834f78d588d783..dc4264145cdc5f824b7a705b5234aa41081bad0a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.9devel'
+VERSION = '2.1.10'
 
 def options(opt):
     opt.load('compiler_cxx')