Bump version v2.6.4
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Dec 2015 00:22:24 +0000 (00:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Dec 2015 00:22:24 +0000 (00:22 +0000)
ChangeLog
debian/changelog
wscript

index 90b1760ed48091877af8ac5c61759da9f265f8c6..e0ce41586c3fc3ac690644864ca3d5e6694a2ae3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-08  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.4 released.
+
 2015-11-30  Carl Hetherington  <cth@carlh.net>
 
        * Port to OpenJPEG version 2.1.
index 7bf245a291b8303f764b48323d57cf73460dae1e..5a859b2321bb2d194b4b4901a13047b6715d23be 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.3-1) UNRELEASED; urgency=low
+dcpomatic (2.6.4-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -360,8 +360,9 @@ dcpomatic (2.6.3-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 04 Dec 2015 09:16:23 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 08 Dec 2015 00:22:24 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 596d3a09757d70b3fe220b6589992d7cc0f9daae..15e82ac19badcbe86dfd3f05a12d5a06ad579583 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.3devel'
+VERSION = '2.6.4'
 
 def options(opt):
     opt.load('compiler_cxx')