Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Jan 2013 23:57:35 +0000 (23:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 7 Jan 2013 23:57:35 +0000 (23:57 +0000)
ChangeLog
debian/changelog
wscript

index 3079cb95cc7293bbf886afb43928ac631ac3b117..9d30cea9b2ab78e8f874f009777e5373d7556fbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.70 released.
+
 2013-01-07  Carl Hetherington  <cth@carlh.net>
 
        * Fix heinous thinko in mono soundtrack mapping code.
index a61d6fa5ae9aa8e12201375072c67b24a176d6a0..ec1e3c77406a9e3883f604777e6fb9cff5d2e907 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.70-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Mon, 07 Jan 2013 23:57:26 +0000
+
 dvdomatic (0.70beta3-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index b1f9a35bcebc5a7a1f2bc77bfaee341a6c53bc90..55b95110e9d24c1e55740ead1b5958290c1c89b5 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.70beta3'
+VERSION = '0.70'
 
 def options(opt):
     opt.load('compiler_cxx')