Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 24 Jan 2013 11:36:10 +0000 (11:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 24 Jan 2013 11:36:10 +0000 (11:36 +0000)
ChangeLog
debian/changelog
wscript

index c60a09208261d57d6b422aadc56d4df2b8fa1b80..4d1fe3423c52f0ef69fe2f6d060b7e0d4315d192 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-24  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.71 released.
+
 2013-01-24  Carl Hetherington  <cth@carlh.net>
 
        * Fix lack of audio with trimmed DCPs.
index ec1e3c77406a9e3883f604777e6fb9cff5d2e907..7bace15d1b9fadd9cafe0b0aaa597d7f3d9a06e6 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.71-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Thu, 24 Jan 2013 11:36:04 +0000
+
 dvdomatic (0.70-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index 49505836ab75169e6597d81e15a855da6997789d..d1c38d65f45e2ce055fa612429de46c5123d71af 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.71pre'
+VERSION = '0.71'
 
 def options(opt):
     opt.load('compiler_cxx')