Bump version v2.10.5
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Apr 2017 14:56:19 +0000 (15:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Apr 2017 14:56:19 +0000 (15:56 +0100)
ChangeLog
debian/changelog
wscript

index 5127eb82d915d9697d03627acfb691395102eb0b..c5baa829955824b0e7d0075f253920922f7c7e32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-06  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.10.5 released.
+
 2017-04-06  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.10.4 released.
index b387db032c265a19d69f36022405babb1b44d3a3..443f5456c23afacd7853fc6141be20e7b4a4c5f8 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.10.4-1) UNRELEASED; urgency=low
+dcpomatic (2.10.5-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -484,8 +484,9 @@ dcpomatic (2.10.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Thu, 06 Apr 2017 10:27:57 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Thu, 06 Apr 2017 15:56:19 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index be2409c4ead9a6ce1b4d78545c1a559e7ec4d29f..71b3a02cc43c9ae699173e04f868dd595c5f9562 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.10.4devel'
+VERSION = '2.10.5'
 
 def options(opt):
     opt.load('compiler_cxx')