Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 23 Jan 2014 00:40:07 +0000 (00:40 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 23 Jan 2014 00:40:07 +0000 (00:40 +0000)
ChangeLog
debian/changelog
wscript

index d50255261a69f7a6c579da0c4ba40dc3f595259e..1b0832f4b9083bec9e0fc81b99290b29a8741f2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-23  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.63.6 released.
+
 2014-01-23  Carl Hetherington  <cth@carlh.net>
 
        * Fix recovery of DCP encoding after a crash with a 3D DCP.
index 92285206920506dd17b9c946c51a1274e8e7fa42..f66069e3d2c23c6d6176b20f65849947936ee0ee 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.63.5-1) UNRELEASED; urgency=low
+dcpomatic (1.63.6-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -77,8 +77,9 @@ dcpomatic (1.63.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 21 Jan 2014 22:48:10 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Thu, 23 Jan 2014 00:40:06 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 63c4f74aa44873fc2cf142ea95b2bd8f22e45f4e..582206c4028c3ff6b59a9463278daeb128e806c7 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.63.5devel'
+VERSION = '1.63.6'
 
 def options(opt):
     opt.load('compiler_cxx')