summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-21 00:44:01 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-21 00:44:01 +0000
commit24d5dcc02b33a91af8273278f30eb6b111fd0747 (patch)
tree5bda7b230f6405af6a53e48791b5ce6268a84aa8
parent27f0a43221a8e891d2be0f0eaf57bb7243195d86 (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 1901c7228..8facb96c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-21 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.73 released.
+
2013-02-20 Carl Hetherington <cth@carlh.net>
* Version 0.73beta9 released.
diff --git a/debian/changelog b/debian/changelog
index 77a769ed0..9aaab999d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.73-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Thu, 21 Feb 2013 00:43:40 +0000
+
dvdomatic (0.73beta9-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 8fd153007..b5a88c816 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.73beta9'
+VERSION = '0.73'
def options(opt):
opt.load('compiler_cxx')