From: Chris Gianelloni Date: Tue, 20 Dec 2005 16:32:05 +0000 (+0000) Subject: This is catalyst 2.0_rc10. X-Git-Tag: CATALYST_2_0_6_916~507 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4449847a42447b5b91fab0fecd030055e926c712;p=catalyst.git This is catalyst 2.0_rc10. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@987 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index f464fbee..641b5bc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.474 2005/12/20 16:28:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.475 2005/12/20 16:32:05 wolf31o2 Exp $ + + 20 Dec 2005; Chris Gianelloni catalyst: + This is catalyst 2.0_rc10. 20 Dec 2005; Chris Gianelloni arch/sh.py, modules/generic_stage_target.py: diff --git a/catalyst b/catalyst index 0283631c..daca1f23 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.117 2005/12/19 22:18:54 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.118 2005/12/20 16: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_rc9" +__version__="2.0_rc10" conf_values={}