Bump version v2.3.14
authorCarl Hetherington <cth@carlh.net>
Mon, 5 Oct 2015 10:42:03 +0000 (11:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 5 Oct 2015 10:42:03 +0000 (11:42 +0100)
ChangeLog
debian/changelog
wscript

index ec0472e105810e4c99b2fafa2a052ead65113e53..0256868edb641df9acd9a4aa918d545ab7e7dfb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-05  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.3.14 released.
+
 2015-10-04  Carl Hetherington  <cth@carlh.net>
 
        * Fix subtitle timing under trim.
index e1f0ff919405f0cd895f2edcecdf958d3668cf3b..4dd117ee2adcfd0e702d485a3ede6c36efd220ef 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.3.13-1) UNRELEASED; urgency=low
+dcpomatic (2.3.14-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -320,8 +320,9 @@ dcpomatic (2.3.13-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 02 Oct 2015 16:14:53 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 05 Oct 2015 11:42:03 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index e12aa515d3601144b0083c2043da9a5ba6ad5b4c..b61c0a085efbef40b1105ae332acb23db1baf3e9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.3.13devel'
+VERSION = '2.3.14'
 
 def options(opt):
     opt.load('compiler_cxx')