Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 26 Mar 2013 17:34:54 +0000 (17:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 Mar 2013 17:34:54 +0000 (17:34 +0000)
ChangeLog
debian/changelog
wscript

index 845c99fe0bd2f2bd49b9e767c2d6971961961b59..ba8da3548e637ff6a8910cf4336bade24d5b35f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-26  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.78beta11 released.
+
 2013-03-26  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.78beta10 released.
index 49307a89b2da55f72e55af2876ca20bf21d031bd..997827533de6b2f44b705ad7815523bc899cff74 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.78beta11-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Tue, 26 Mar 2013 17:34:49 +0000
+
 dvdomatic (0.78beta10-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index a25f3b5fc0c99095558e44e90ad1961e03290883..79807e3238a35df5987faf1477a7990539bf36ee 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.78beta10'
+VERSION = '0.78beta11'
 
 def options(opt):
     opt.load('compiler_cxx')