summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-28 16:28:17 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-28 16:28:17 +0100
commit921118f32fa284038383d40bec1d34d06ca9721b (patch)
treea2a191251ff1a472e7a11aac052f5c5be4742867
parentc75d5f1bbe03e83d3ab0ba4c76f8a6ce53eb197d (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 64db7a3ec..5d4d60c98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-04-28 Carl Hetherington <cth@carlh.net>
+ * Version 0.88 released.
+
+2013-04-28 Carl Hetherington <cth@carlh.net>
+
* Fix broken external audio support.
2013-04-24 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 83729c309..76e64d1c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.88-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Sun, 28 Apr 2013 16:28:17 +0100
+
dvdomatic (0.87-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 9e977157d..f6d1f5da7 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.88pre'
+VERSION = '0.88'
def options(opt):
opt.load('compiler_cxx')