From: Chris Gianelloni Date: Mon, 6 Feb 2006 17:50:10 +0000 (+0000) Subject: This is catalyst 2.0_rc31. X-Git-Tag: CATALYST_2_0_6_916~423 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb710e93d93ecc00db23924fbfbc33ff9c92b54a;p=catalyst.git This is catalyst 2.0_rc31. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1071 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index e6d11d93..d6bdff21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.556 2006/02/06 17:49:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.557 2006/02/06 17:50:09 wolf31o2 Exp $ - 06 Feb 2006; Chris Gianelloni ChangeLog: + 06 Feb 2006; Chris Gianelloni catalyst: This is catalyst 2.0_rc31. 05 Feb 2006; Chris Gianelloni diff --git a/catalyst b/catalyst index 4ed54f7b..02282f9d 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python -OO # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.138 2006/02/02 17:55:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.139 2006/02/06 17:50:10 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar @@ -11,7 +11,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0_rc30" +__version__="2.0_rc31" conf_values={}