summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-05 07:48:39 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-05 07:48:39 +0100
commit81cdf088c2747a2194cba57aad706bca9c27caa3 (patch)
tree02026bb0afa54cad5bd9311c798ebcd82c799f74
parent0f4fc1f42d1ce0455438ac257d7861f0e1bfa16e (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 abe6b0231..a0a9da802 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-05 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.94 released.
+
2013-06-04 Carl Hetherington <cth@carlh.net>
* Version 0.94beta2 released.
diff --git a/debian/changelog b/debian/changelog
index ce981e781..c303177f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.94-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Wed, 05 Jun 2013 07:48:39 +0100
+
dvdomatic (0.94beta2-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index a4b155c63..4d056994a 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.94beta2'
+VERSION = '0.94'
def options(opt):
opt.load('compiler_cxx')