summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-26 11:35:20 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-26 11:35:20 +0000
commit29fa6e41013b65de6aeada6ec16f530c1f8c4803 (patch)
tree30a4b3502b3da34052bcdb7405c026e2f633c440
parenta3cce8708027e025601716f0ece11c433f14d56b (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 ba414af06..845c99fe0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-03-26 Carl Hetherington <cth@carlh.net>
+ * Version 0.78beta10 released.
+
+2013-03-26 Carl Hetherington <cth@carlh.net>
+
* Version 0.78beta9 released.
2013-03-26 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 453fe95e6..49307a89b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.78beta10-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Tue, 26 Mar 2013 11:35:15 +0000
+
dvdomatic (0.78beta9-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 5cb6f496e..a25f3b5fc 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.78beta9'
+VERSION = '0.78beta10'
def options(opt):
opt.load('compiler_cxx')