Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Feb 2014 10:10:09 +0000 (10:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Feb 2014 10:10:09 +0000 (10:10 +0000)
ChangeLog
debian/changelog
wscript

index 8e5c6a8a3bdab4b9f0c89689ebb9eea339dbcb08..ce5f2c70518c1d2245e51ecf5614449313b7e249 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.64.15 released.
+
 2014-02-20  Carl Hetherington  <cth@carlh.net>
 
        * Basic support for 7.1 / HI/VI audio tracks.
index e32d67e6a3f48c6b9089a688785f4e8633fdf9f7..79b1f98c35f0293e8bc48fbfb961dac51bfef0eb 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.64.14-1) UNRELEASED; urgency=low
+dcpomatic (1.64.15-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -95,8 +95,9 @@ dcpomatic (1.64.14-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 18 Feb 2014 23:03:21 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 20 Feb 2014 10:10:09 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index cfc6ada2190cef5979caf56fb68fbfa3bfc42413..f553ce14e309a9b0a7405a793a85231c6df25ddb 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.64.14devel'
+VERSION = '1.64.15'
 
 def options(opt):
     opt.load('compiler_cxx')