summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-06 16:06:06 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-06 16:06:06 +0000
commit45f8345bf8b0222bcd57b081ad08855653f529af (patch)
treec9afe54622dd29a7d80751dbdba08cd6726eb597
parent36abe25c04bf46cf191286605618dbc6407bbfe4 (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bfe0d725d..e0e5e7577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-01-06 Carl Hetherington <cth@carlh.net>
+ * Version 0.70beta1 released.
+
+2013-01-06 Carl Hetherington <cth@carlh.net>
+
* Put mono soundtracks on the centre speaker, rather
than on left (reported by Mike Blakesley).
diff --git a/debian/changelog b/debian/changelog
index 1c335756e..f06d73a7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-dvdomatic (0.69-1) UNRELEASED; urgency=low
+dvdomatic (0.70beta1-1) UNRELEASED; urgency=low
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@houllier.lan> Sun, 23 Dec 2012 02:06:46 +0000
+ -- Carl Hetherington <cth@carlh.net> Sun, 06 Jan 2013 16:05:58 +0000
dvdomatic (0.68-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 971931128..ea850a8d2 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.70pre'
+VERSION = '0.70beta1'
def options(opt):
opt.load('compiler_cxx')