summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-08 18:47:29 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-08 18:47:29 +0000
commit6f99e5d4f41f9645102a0da2495abf7310d92f57 (patch)
tree75ee94898709cae7248798f70ccf2ee767d01a85
parent005157c20f3b3894337c82e82a1f8b9fa1dc77b9 (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 caa6ded69..474c8f70d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-02-08 Carl Hetherington <cth@carlh.net>
+ * Version 1.64.6 released.
+
+2014-02-08 Carl Hetherington <cth@carlh.net>
+
* Version 1.64.5 released.
2014-02-08 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 3c1017c03..8187396d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.64.5-1) UNRELEASED; urgency=low
+dcpomatic (1.64.6-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -86,8 +86,9 @@ dcpomatic (1.64.5-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Sat, 08 Feb 2014 17:50:43 +0000
+ -- Carl Hetherington <carl@d1stkfactory> Sat, 08 Feb 2014 18:47:29 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 755149b57..5664bcbd5 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.64.5devel'
+VERSION = '1.64.6'
def options(opt):
opt.load('compiler_cxx')