From: Chris Gianelloni Date: Sat, 25 Apr 2009 10:23:39 +0000 (-0700) Subject: Actually doing the commit, this time. X-Git-Tag: CATALYST_2_0_6_916~33^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0d3510a77e9c50d99af64060e3c905bf58573480;p=catalyst.git Actually doing the commit, this time. --- diff --git a/AUTHORS b/AUTHORS index 2262028a..d4822702 100644 --- a/AUTHORS +++ b/AUTHORS @@ -35,3 +35,4 @@ Copyright authors: ------ Andrew Gaffney Chris Gianelloni + diff --git a/ChangeLog b/ChangeLog index e92f35bc..afdbf54e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 - 24 Apr 2009; Chris Gianelloni M, M: + 24 Apr 2009; Chris Gianelloni catalyst: Rolling an official catalyst 2.0.6.904 version. 04 Apr 2009; Andrew Gaffney arch/arm.py: diff --git a/catalyst b/catalyst index 129162ce..a5c636e9 100755 --- a/catalyst +++ b/catalyst @@ -15,8 +15,8 @@ sys.path.append(__selfpath__ + "/modules") import catalyst.config import catalyst.util -__maintainer__="Chris Gianelloni " -__version__="2.0.6.902" +__maintainer__="Chris Gianelloni " +__version__="2.0.6.904" conf_values={}