Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 13 Dec 2012 21:06:32 +0000 (21:06 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 13 Dec 2012 21:06:32 +0000 (21:06 +0000)
ChangeLog
debian/changelog
wscript

index 706bf51df2cbdbad16247ec2e8871513f0202644..b92d63637320c268f54e3ea84cb884eccbdb2335 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-13  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.63 released.
+
 2012-12-13  Carl Hetherington  <cth@carlh.net>
 
        * Re-fix reports of zero audio channels
index 4faa4784add36b9732873e37a22c39e56647bcc4..61011fd0aac052998f2dec98064060ca5ee2f287 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.63-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <cth@carlh.net>  Thu, 13 Dec 2012 21:06:22 +0000
+
 dvdomatic (0.61-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index d64f922f37bb5d915a9d69da7b320d8f4b00bdc6..b1dc6dba9391fbea4e674b368f4a8409d0ddc1fc 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.63pre'
+VERSION = '0.63'
 
 def options(opt):
     opt.load('compiler_cxx')