Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 13 Oct 2013 11:55:47 +0000 (12:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Oct 2013 11:55:47 +0000 (12:55 +0100)
ChangeLog
debian/changelog
wscript

index 91103ed63da30efc326d0136713aebcab24644e0..e870f50f092f6cd2bfb6d8f71126cc1eba11a23a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-13  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.14 released.
+
 2013-10-12  Carl Hetherington  <cth@carlh.net>
 
        * Add some missing libraries to the OS X build.
index 5e5fdb468a7d7881aa205dc485d07833574987b1..18ce8f2161cbe1f8d0ee25d513f69f3c8321610a 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.13-1) UNRELEASED; urgency=low
+dcpomatic (1.14-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -17,8 +17,9 @@ dcpomatic (1.13-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 12 Oct 2013 13:36:59 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sun, 13 Oct 2013 12:55:47 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 2386823f26eff2463c80e52f0f48d7ab606ab3d5..b651d0e1446fcd6e87c2d6afdd36f8a282b348d3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.14pre'
+VERSION = '1.14'
 
 def options(opt):
     opt.load('compiler_cxx')