summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-07 16:28:13 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-07 16:28:13 +0100
commit074180361c006aa68b8c7b0f5981ff363910c881 (patch)
treebfb1a25e22fdf5c07a387e7574919b5f249bb7d4
parenta6ec1ef3c10f9aab5c983f8d362f6af4a87f35f3 (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 6ef2e52f4..b5a62111c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-06-07 Carl Hetherington <cth@carlh.net>
+ * Version 0.97 released.
+
+2013-06-07 Carl Hetherington <cth@carlh.net>
+
* Version 0.96 released.
2013-06-05 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 1f8006b7f..2d7075050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.97-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Fri, 07 Jun 2013 16:28:13 +0100
+
dvdomatic (0.96-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 28a8d91fe..e501b4418 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.97pre'
+VERSION = '0.97'
def options(opt):
opt.load('compiler_cxx')