From: Chris Gianelloni Date: Thu, 20 Oct 2005 14:12:27 +0000 (+0000) Subject: Changed version stamp for snapshot. X-Git-Tag: CATALYST_2_0_6_916~626 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4084fb559532bbef9372fec8fc4e936e835d5990;p=catalyst.git Changed version stamp for snapshot. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@868 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/catalyst b/catalyst index eb81db21..d4423c35 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.92 2005/10/06 15:50:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.93 2005/10/20 14:12:27 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_pre20051006" +__version__="2.0_pre20051020" conf_values={}