Bump version v2.1.14
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Jul 2015 08:20:30 +0000 (09:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Jul 2015 08:20:30 +0000 (09:20 +0100)
ChangeLog
debian/changelog
wscript

index 3d45746e6b46ef8f845d1a681ecc5c520981ad28..7b6b8767cc02cb52083b588a0695cf39042d7caf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-02  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.14 released.
+
 2015-07-02  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.1.13 released.
index a0134b09798ae46787aa67d743bd471a68070e18..104ee4b0969345c5746130a4e31607193e413a79 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.13-1) UNRELEASED; urgency=low
+dcpomatic (2.1.14-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -244,8 +244,9 @@ dcpomatic (2.1.13-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 02 Jul 2015 00:42:17 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 02 Jul 2015 09:20:30 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index fd10b13fa05ab87be012d2aaa4c61c999bd180cd..7671975f4a4f4b009430bc32bd730572b63254b3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.13devel'
+VERSION = '2.1.14'
 
 def options(opt):
     opt.load('compiler_cxx')