Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 3 Oct 2014 18:41:53 +0000 (19:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 3 Oct 2014 18:41:53 +0000 (19:41 +0100)
ChangeLog
debian/changelog
wscript

index 74b2cb0a2b58c75b0307c4c352b14d41d880845c..ccbaf87038350686edb4da89ff334d5979f484ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-03  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.0.14 released.
+
 2014-10-01  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.0.13 released.
index 17cbec9fc6f784f90d7aff3394a3008354d7d7d4..1a0185aca2230394bc7e294962172f0cccfd759d 100644 (file)
@@ -1,12 +1,13 @@
-dcpomatic (2.0.13-1) UNRELEASED; urgency=low
+dcpomatic (2.0.14-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 01 Oct 2014 09:54:33 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 03 Oct 2014 19:41:52 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 1fbdf0c32936ce895491f66d38c2f057a932979b..fa5c87a2f3c045d435dc5906397729fbddf76702 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.13devel'
+VERSION = '2.0.14'
 
 def options(opt):
     opt.load('compiler_cxx')