summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-08 19:10:49 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-08 19:10:49 +0000
commit3a267dd9509e7c7f44125e7c3469ef1be9cfc273 (patch)
tree9b531cfc2395f37276a2124d6c3471f9571bd6e6
parent3190fb98298ebdd29c41b2cf6019a381e71a6248 (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 674e08e0b..abd42c788 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-03-08 Carl Hetherington <cth@carlh.net>
+ * Version 1.65.1 released.
+
+2014-03-08 Carl Hetherington <cth@carlh.net>
+
* Fix incorrect audio analyses on multiple-stream content.
* Support for unsigned 8-bit audio (hmm!).
diff --git a/debian/changelog b/debian/changelog
index 5ce77d8af..2290bd776 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.65.0-1) UNRELEASED; urgency=low
+dcpomatic (1.65.1-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -101,8 +101,9 @@ dcpomatic (1.65.0-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Thu, 06 Mar 2014 18:28:57 +0000
+ -- Carl Hetherington <carl@d1stkfactory> Sat, 08 Mar 2014 19:10:49 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 52191f4b0..c5463e489 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.65.0devel'
+VERSION = '1.65.1'
def options(opt):
opt.load('compiler_cxx')