summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-14 15:50:48 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-14 15:50:48 +0000
commitd82aeaf82c75954fc27a0cfbc8dadcf9158cf1be (patch)
tree0b506b9f4595af9deb2b1da90781a247cdee28bf
parentffd67de21310dfaca4b379c2a9869ea6ce946fd6 (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 a21795db8..bf51a681d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-03-14 Carl Hetherington <cth@carlh.net>
+ * Version 0.77beta2 released.
+
+2013-03-14 Carl Hetherington <cth@carlh.net>
+
* Version 0.77beta1 released.
2013-03-14 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 4a3f68e48..9d391d9e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.77beta2-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Thu, 14 Mar 2013 15:50:43 +0000
+
dvdomatic (0.77beta1-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index c3619c010..34139ba9e 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.77beta1'
+VERSION = '0.77beta2'
def options(opt):
opt.load('compiler_cxx')