summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-26 00:20:46 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-26 00:20:46 +0000
commit0ac282ff4af3f6ea8fe097a61f1b666a3ef81c04 (patch)
treed6a8be04ac72b8fef4af25eecc650170e7958337
parent0d64c6dfd3bf8f59946795f8b97c5351b2619fa2 (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 30179a5ea..0e4f2d1b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-26 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.78beta7 released.
+
2013-03-25 Carl Hetherington <cth@carlh.net>
* Add option to set user interface language.
diff --git a/debian/changelog b/debian/changelog
index 372b53124..7ae0b8a70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.78beta7-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Tue, 26 Mar 2013 00:19:21 +0000
+
dvdomatic (0.78beta6-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 3532b81de..46bd16de1 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.78beta6'
+VERSION = '0.78beta7'
def options(opt):
opt.load('compiler_cxx')