Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 25 Apr 2014 22:45:05 +0000 (23:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Apr 2014 22:45:05 +0000 (23:45 +0100)
ChangeLog
debian/changelog
wscript

index d8307c4f5c3815cf20321f4377448ed7e4e3197b..aa564bc212e9fe2ae2449df8044c6bb3144d5a64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-25  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.66.15 released.
+
 2014-04-25  Carl Hetherington  <cth@carlh.net>
 
        * Fix subtitle display when the next subtitle is decoded before the previous
index 7000f407fdaaf16593beffd705894cc636071236..afae040449743ad0a6afcc3b33fc94d21e54c549 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.66.14-1) UNRELEASED; urgency=low
+dcpomatic (1.66.15-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -118,8 +118,9 @@ dcpomatic (1.66.14-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 24 Apr 2014 01:05:29 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 25 Apr 2014 23:45:05 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 7f82d2b677b634f760c64f9f77e28f4230339d2d..a2c170d7d0e6173eec6a3469577241938c544bfe 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.66.14devel'
+VERSION = '1.66.15'
 
 def options(opt):
     opt.load('compiler_cxx')