From: Chris Gianelloni Date: Mon, 28 Feb 2005 23:33:38 +0000 (+0000) Subject: Update catalyst version to 1.1.6-pre1 for all of you keeping score at home. X-Git-Tag: CATALYST_2_0_6_916~826 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3bde22bcefe684b02462b2b8e6c51486c68963ac;p=catalyst.git Update catalyst version to 1.1.6-pre1 for all of you keeping score at home. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@547 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/catalyst b/catalyst index 2b7bd831..dd87b76e 100755 --- a/catalyst +++ b/catalyst @@ -1,14 +1,14 @@ #!/usr/bin/python # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.62 2005/01/30 00:48:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.63 2005/02/28 23:33:38 wolf31o2 Exp $ # Maintained in full by John Davis import os,sys,imp,string,getopt -__maintainer__="John Davis " -__version__="1.1.5" +__maintainer__="Chris Gianelloni " +__version__="1.1.6-pre1" conf_values={}