summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-26 10:36:11 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-26 10:36:11 +0000
commit6a6496723b5cd368e595d524540972ace409589d (patch)
treeb610458bb837201df0ff8c01cbac39a5e0afc41a
parent3b4505de9db48441b08a4af20f8f7cc149de0b21 (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog6
-rw-r--r--wscript2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d3a113c2..ba414af06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-03-26 Carl Hetherington <cth@carlh.net>
+ * Version 0.78beta9 released.
+
+2013-03-26 Carl Hetherington <cth@carlh.net>
+
* Version 0.78beta8 released.
2013-03-26 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 569d6d5a0..453fe95e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.78beta9-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Tue, 26 Mar 2013 10:36:05 +0000
+
dvdomatic (0.78beta8-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index a7209c9b5..5cb6f496e 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.78beta8'
+VERSION = '0.78beta9'
def options(opt):
opt.load('compiler_cxx')