Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 14 Jan 2014 11:09:45 +0000 (11:09 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 14 Jan 2014 11:09:45 +0000 (11:09 +0000)
ChangeLog
debian/changelog
wscript

index fadc8f509b4381a7e34769bd31bec17c38ac099e..4776158d625d68c2cda41763c8572f9f388e6cc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-14  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.63.1 released.
+
 2014-01-14  Carl Hetherington  <cth@carlh.net>
 
        * Try to fix subtitle problems when the video frame rate is being changed
index fe5f126f03130d96695bd42146d9d605b4f6ec94..d8a4c881040b9a0744891e2def094f5f3244136d 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.63.0-1) UNRELEASED; urgency=low
+dcpomatic (1.63.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -72,8 +72,9 @@ dcpomatic (1.63.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 13 Jan 2014 00:14:08 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 14 Jan 2014 11:09:45 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 2056305ecc5423c8cbb6322649f2161adbc302b0..fd25367a0039c95ea6a17e52401eec91b9a67633 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.63.0devel'
+VERSION = '1.63.1'
 
 def options(opt):
     opt.load('compiler_cxx')