Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 4 May 2013 20:15:34 +0000 (21:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 4 May 2013 20:15:34 +0000 (21:15 +0100)
ChangeLog
debian/changelog
wscript

index 570ad9b4d739c1a580f9cf3694e8e036e69b91cb..e5b7c87764ba96703a69d91a824d2e3c0af87601 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-04  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.89beta1 released.
+
 2013-05-04  Carl Hetherington  <cth@carlh.net>
 
        * Very simple batch converter added (#127).
index 76e64d1c8e346253f208aa96eb3520ed0e4fbb2b..a513b11449d1ef4ecd5fac578da78e980196f976 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.89beta1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Sat, 04 May 2013 21:15:34 +0100
+
 dvdomatic (0.88-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index 331ebce8e100604f10571907d6d1d1b41d4224aa..9e143074c2376f41f8a6109e298228adb83b657a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.89pre'
+VERSION = '0.89beta1'
 
 def options(opt):
     opt.load('compiler_cxx')