From: Chris Gianelloni Date: Thu, 26 Jan 2006 15:36:46 +0000 (+0000) Subject: It helps if I actually increment the version number. X-Git-Tag: CATALYST_2_0_6_916~452 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=751eb1b11fa9004db7ad2401a39ad0986fb5c290;p=catalyst.git It helps if I actually increment the version number. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1042 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 95d37fa2..e521dfb1 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.527 2006/01/26 15:35:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.528 2006/01/26 15:36:46 wolf31o2 Exp $ + + 26 Jan 2006; Chris Gianelloni catalyst: + It helps if I actually increment the version number. 26 Jan 2006; Chris Gianelloni targets/stage1/stage1-chroot.sh, targets/stage3/stage3-chroot.sh: diff --git a/catalyst b/catalyst index d5f868f5..d82715b2 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.129 2006/01/24 19:30:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.130 2006/01/26 15:36:46 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_rc21" +__version__="2.0_rc22" conf_values={}