summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-12 21:10:05 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-12 21:10:05 +0000
commitedbf0a24cfda59e5358a1070a40673c28d82d8ae (patch)
treed8b93b62a781066a605e121b2bfb5399942002d9
parent61153e191b98a68e0ca6466ed260a632a584b619 (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 b2d8be18e..224ec9536 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-01-12 Carl Hetherington <cth@carlh.net>
+ * Version 0.71beta1 released.
+
+2013-01-12 Carl Hetherington <cth@carlh.net>
+
* Untested support for splitting DCPs
into multiple reels.
diff --git a/debian/changelog b/debian/changelog
index ec1e3c774..72f08dd54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-dvdomatic (0.70-1) UNRELEASED; urgency=low
+dvdomatic (0.71beta1-1) UNRELEASED; urgency=low
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@houllier.lan> Mon, 07 Jan 2013 23:57:26 +0000
+ -- Carl Hetherington <cth@carlh.net> Sat, 12 Jan 2013 21:09:53 +0000
dvdomatic (0.70beta3-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index bcd2ed693..3fbd3e4e8 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.71pre'
+VERSION = '0.71beta1'
def options(opt):
opt.load('compiler_cxx')