Bump version v2.7.14
authorCarl Hetherington <cth@carlh.net>
Mon, 18 Apr 2016 22:41:26 +0000 (23:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 18 Apr 2016 22:41:26 +0000 (23:41 +0100)
ChangeLog
debian/changelog
wscript

index a4d7ccc5b6626c8a0b909f344648fbadb723d168..34b365a93dfa6742fee3effa7687fbc728059ff2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-18  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.7.14 released.
+
 2016-04-18  Carl Hetherington  <cth@carlh.net>
 
        * Possibly fix strange paths when uploading DCPs using
index 296a3c99c3a6fe5192ac3e95cdea589a18ae4e59..25b48e7d651058329b7d6ee3efc3df9d5378bf67 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.7.13-1) UNRELEASED; urgency=low
+dcpomatic (2.7.14-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -409,8 +409,9 @@ dcpomatic (2.7.13-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 14 Apr 2016 20:55:10 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 18 Apr 2016 23:41:25 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index e3a5f36ab1c6af83635fbe4c447447f3f7593aeb..e2a8f9c40fc20919d447c56bb774764753475555 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.13devel'
+VERSION = '2.7.14'
 
 def options(opt):
     opt.load('compiler_cxx')