Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 4 Jun 2013 21:59:40 +0000 (22:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 4 Jun 2013 21:59:40 +0000 (22:59 +0100)
ChangeLog
debian/changelog
wscript

index 42139e1008786c182e4a85255bd6e882824c8812..abe6b02311b68da31cd106ff1080a215c1eff706 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-04  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.94beta2 released.
+
 2013-06-04  Carl Hetherington  <cth@carlh.net>
 
        * A few fixes to A/B mode.
index 37185dbb8b888533d9052662a064ff31c50a1cea..ce981e781a996d6339d214f8f37983e982144240 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.94beta2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Tue, 04 Jun 2013 22:59:39 +0100
+
 dvdomatic (0.94beta1-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index d4bde122622fe38de3b78cbd138b82f78bc384a0..a4b155c632c3695d32f5d40750ba6c8f7f03b7da 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.94beta1'
+VERSION = '0.94beta2'
 
 def options(opt):
     opt.load('compiler_cxx')