From: Chris Gianelloni Date: Sun, 29 Jan 2006 08:32:05 +0000 (+0000) Subject: This is 2.0_rc27. X-Git-Tag: CATALYST_2_0_6_916~440 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ad9b0d960d484ca50ac30ebb24565d9cbd3bcb45;p=catalyst.git This is 2.0_rc27. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1054 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 595fab51..218608c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.539 2006/01/28 22:02:08 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.540 2006/01/29 08:32:05 wolf31o2 Exp $ + + 29 Jan 2006; Chris Gianelloni catalyst: + This is 2.0_rc27. 28 Jan 2006; Eric Edgar -livecd/cdtar/yaboot-1.3.11-ppc-cdtar.tar.bz2, diff --git a/catalyst b/catalyst index abce9ef2..53e18987 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.134 2006/01/27 22:57:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.135 2006/01/29 08:32:05 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_rc26" +__version__="2.0_rc27" conf_values={}