Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 19 Mar 2013 20:51:05 +0000 (20:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 19 Mar 2013 20:51:05 +0000 (20:51 +0000)
ChangeLog
debian/changelog
wscript

index 3d525adf7979aa6677fdeca09fbd84ec052006a2..e2e1bb1556194b795946c002e73fe0092830a894 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-19  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.78beta1 released.
+
 2013-03-19  Carl Hetherington  <cth@carlh.net>
 
        * Add it_IT translation from Massimiliano Broggi.
index c876664166b3f70292e6e889b9da90c03afbfc1e..e1ef6804da02d6046b3b8d636721e6c982e19c49 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.78beta1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Tue, 19 Mar 2013 20:50:54 +0000
+
 dvdomatic (0.77-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index 69031300924f7d522fe43df883a84ae29677e674..a681a51aa2f8ea7d6bddf0f2f2658f19f6f9869c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.78pre'
+VERSION = '0.78beta1'
 
 def options(opt):
     opt.load('compiler_cxx')