Bump version v2.10.4
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Apr 2017 09:27:57 +0000 (10:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Apr 2017 09:27:57 +0000 (10:27 +0100)
ChangeLog
debian/changelog
wscript

index e82dcd548ec4df431ba259573747678db92eaa58..5127eb82d915d9697d03627acfb691395102eb0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-06  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.10.4 released.
+
 2017-04-05  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.10.3 released.
index 95fffa5362196448569ab56e23a856e36421bae9..b387db032c265a19d69f36022405babb1b44d3a3 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.10.3-1) UNRELEASED; urgency=low
+dcpomatic (2.10.4-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -483,8 +483,9 @@ dcpomatic (2.10.3-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Wed, 05 Apr 2017 23:37:47 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Thu, 06 Apr 2017 10:27:57 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 767897218de126fa1475aea42d6b9d922696fa3f..9249f5e2d8163a38d856bb17e2607b933c67482b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.10.3devel'
+VERSION = '2.10.4'
 
 def options(opt):
     opt.load('compiler_cxx')