Bump version v2.6.14
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2016 21:00:38 +0000 (21:00 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2016 21:00:38 +0000 (21:00 +0000)
ChangeLog
debian/changelog
wscript

index 7c414cec24620f35268c1aa8eba8bc7ae5ef09e0..8e80ea29b960c593c7dcb7c966b4877326566098 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.14 released.
+
 2016-01-07  c.hetherington  <cth@carlh.net>
 
        * Sort image files added using "Add file(s)..." alphabetically
index 4a0a797d5528dd1f0be1e9fc36f4cbc1dbfaa6af..1de4c648c1c65ec88017abdb9d4f3baa7c96d9ca 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.13-1) UNRELEASED; urgency=low
+dcpomatic (2.6.14-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -370,8 +370,9 @@ dcpomatic (2.6.13-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 07 Jan 2016 14:32:42 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 07 Jan 2016 21:00:38 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index e0d759bac64d012133e609b579000c006b90f347..304f79d1a116289e3ccd60737e00c3cfacdebb6b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.13devel'
+VERSION = '2.6.14'
 
 def options(opt):
     opt.load('compiler_cxx')