summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-19 18:55:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-19 18:55:41 +0100
commitc9067a8a0d92d4ac52ae7ffb7665b1234018551b (patch)
tree1fbec9192c9b437f0c3096206fb7c786b208f482
parent45a3601cfcd342ff8e8b0a256f01136879b26993 (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 64455b5d9..d2f48d0cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-06-19 Carl Hetherington <cth@carlh.net>
+ * Version 0.101 released.
+
+2013-06-19 Carl Hetherington <cth@carlh.net>
+
* Version 0.101beta5 released.
2013-06-19 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index bb6398425..ba2825a7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.101-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Wed, 19 Jun 2013 18:55:41 +0100
+
dvdomatic (0.101beta5-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 088918cac..08e1ec3d2 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.101beta5'
+VERSION = '0.101'
def options(opt):
opt.load('compiler_cxx')