Merge branch 'master' of ssh://houllier/home/carl/git/dvdomatic
authorCarl Hetherington <cth@carlh.net>
Mon, 6 May 2013 15:12:59 +0000 (16:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 May 2013 15:12:59 +0000 (16:12 +0100)
ChangeLog
debian/changelog
wscript

index ff10e095f56f22f2300dad1037d271de081b10be..4e411a750731a7915db595725a2542a3e48d6de1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-06  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.89 released.
+
 2013-05-04  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.89beta1 released.
index a513b11449d1ef4ecd5fac578da78e980196f976..a10ba5d9270235f1eec518240f2f657023266105 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.89-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Mon, 06 May 2013 02:03:25 +0100
+
 dvdomatic (0.89beta1-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index 5c7ba53d23fdaa5f2ff41968c074b8a79baaa9ad..51a2ad04d0b42173614d81dc27f2653907a05d42 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.89beta1'
+VERSION = '0.90pre'
 
 def options(opt):
     opt.load('compiler_cxx')