summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-19 20:51:05 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-19 20:51:05 +0000
commit3ee345fa72f61642c7cabdf61e4b3344f758c22e (patch)
treed3f125adaef9f09598084109965b5aeaa81aa2d6
parent598ad45455486deac62a44b450ca436de5bc593e (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 3d525adf7..e2e1bb155 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-03-19 Carl Hetherington <cth@carlh.net>
+ * Version 0.78beta1 released.
+
+2013-03-19 Carl Hetherington <cth@carlh.net>
+
* Add it_IT translation from Massimiliano Broggi.
2013-03-14 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index c87666416..e1ef6804d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.78beta1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Tue, 19 Mar 2013 20:50:54 +0000
+
dvdomatic (0.77-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 690313009..a681a51aa 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.78pre'
+VERSION = '0.78beta1'
def options(opt):
opt.load('compiler_cxx')