summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-23 21:44:30 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-23 21:44:30 +0000
commit067f152a95800625c5b618128b3c14b8d601e776 (patch)
treebd222befbf1400ccb244368ab3f65b3b70243e15
parentda0b66c3c8fc7b0813bb62ee48f24263bf4a682f (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 8facb96c0..96af06af3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-23 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.74beta1 released.
+
2013-02-21 Carl Hetherington <cth@carlh.net>
* Version 0.73 released.
diff --git a/debian/changelog b/debian/changelog
index 9aaab999d..4474a6862 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.74beta1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Sat, 23 Feb 2013 21:44:22 +0000
+
dvdomatic (0.73-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index e2706cf9d..6f339c377 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.74pre'
+VERSION = '0.74beta1'
def options(opt):
opt.load('compiler_cxx')