summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-25 23:45:05 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-25 23:45:05 +0100
commit21394720d62c08c2bec1832d2f92c428a12d81a7 (patch)
treeeaafbea9e34fa3ef99fccc6fced6385aefac9592
parent9c1e0071803bf05f8c476d870e360c9e320ba696 (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d8307c4f5..aa564bc21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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
one has finished.
diff --git a/debian/changelog b/debian/changelog
index 7000f407f..afae04044 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 7f82d2b67..a2c170d7d 100644
--- 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')