Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 23 Apr 2014 15:48:27 +0000 (16:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 23 Apr 2014 15:48:27 +0000 (16:48 +0100)
ChangeLog
debian/changelog
wscript

index 890e594022bf87ec67caf61425d25caf9d09bcbf..6864679fa34f1c6379d05d39e5e11b2362f28cb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-23  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.66.13 released.
+
 2014-04-21  Carl Hetherington  <cth@carlh.net>
 
        * Update to es_ES translation from Manuel AC.
index 2cdcad0b400ad688bff94720b84b5446151611c4..b45cb9c91afda338120e7e09ba67c399fe4b86e5 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.66.12-1) UNRELEASED; urgency=low
+dcpomatic (1.66.13-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -116,8 +116,9 @@ dcpomatic (1.66.12-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 17 Apr 2014 10:17:09 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 23 Apr 2014 16:48:27 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 660e13c68a0c06e82f1a890a5cf03846e93f35ac..e927642e8e9dce06a69de830a1d57df8cdfa0ec1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.66.12devel'
+VERSION = '1.66.13'
 
 def options(opt):
     opt.load('compiler_cxx')