summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-24 16:55:20 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-24 16:55:20 +0000
commitb3ff5b97d437086f07a1ae6c4460ab60b13defa1 (patch)
tree163965e0f9732b4890d3123b2e9a6212446c6069
parent71ea64782f215c605877f5c231a2a8b1838fe8bd (diff)
parent3b44e25efa208599017df55b340aca3fcad30982 (diff)
Merge branch '0.70-support'
-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 56a380402..73e7eb85f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-01-24 Carl Hetherington <cth@carlh.net>
+ * Version 0.72 released.
+
+2013-01-24 Carl Hetherington <cth@carlh.net>
+
* Version 0.71 released.
2013-01-24 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index b051ced3a..9ee5288ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.72-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Thu, 24 Jan 2013 15:31:57 +0000
+
dvdomatic (0.71-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index ef962e90f..99e7522d1 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.72pre'
+VERSION = '0.73pre'
def options(opt):
opt.load('compiler_cxx')