From: Chris Gianelloni Date: Fri, 11 Nov 2005 15:46:40 +0000 (+0000) Subject: Changed version stamp as I plan on putting this one into the tree. X-Git-Tag: CATALYST_2_0_6_916~612 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e04860757c85fefb85da2a9526d377b015dd2570;p=catalyst.git Changed version stamp as I plan on putting this one into the tree. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@882 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/catalyst b/catalyst index a126b934..8397a50d 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python # 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.94 2005/11/01 22:36:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.95 2005/11/11 15:46:40 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar @@ -10,7 +10,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0_pre20051101" +__version__="2.0_pre20051111" conf_values={}