summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-05 14:29:24 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-05 14:29:24 +0100
commitd9c368220200c323a267e03a87be70f7db8f4274 (patch)
treed074737d3218ecb9f1306f70c8ea4d29d24b779a
parent82f54c54dd7a2baf3bfa247b0305b00e892a09f5 (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 db38c6758..0806da963 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-06-05 Carl Hetherington <cth@carlh.net>
+ * Version 0.95 released.
+
+2013-06-05 Carl Hetherington <cth@carlh.net>
+
* Fix crash on startup on Windows
2013-06-05 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index c303177f2..eef3c1e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.95-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Wed, 05 Jun 2013 14:29:24 +0100
+
dvdomatic (0.94-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index b4cafd1fb..a9829c55d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.95pre'
+VERSION = '0.95'
def options(opt):
opt.load('compiler_cxx')