aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xcatalyst4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e269d04c..35f2ca5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
+ 07 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> catalyst:
+ Version bumping to 2.0.6.905 for release.
+
28 Jun 2009; Andrew Gaffney <agaffney@gentoo.org> livecd/files/README.txt,
livecd/files/x86-F6.msg:
Apply patch to document espeakup support for Gentoo bug #267708
diff --git a/catalyst b/catalyst
index a5c636e9..82b4dc92 100755
--- a/catalyst
+++ b/catalyst
@@ -2,7 +2,7 @@
# Maintained in full by:
# Andrew Gaffney <agaffney@gentoo.org>
-# Chris Gianelloni <wolf31o2@gentoo.org>
+# Chris Gianelloni <wolf31o2@wolf31o2.org>
import os, sys, imp, string, getopt
import pdb
@@ -16,7 +16,7 @@ import catalyst.config
import catalyst.util
__maintainer__="Chris Gianelloni <wolf31o2@wolf31o2.org>"
-__version__="2.0.6.904"
+__version__="2.0.6.905"
conf_values={}