Update catalyst version to 1.1.6-pre1 for all of you keeping score at home.
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 28 Feb 2005 23:33:38 +0000 (23:33 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 28 Feb 2005 23:33:38 +0000 (23:33 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@547 d1e1f19c-881f-0410-ab34-b69fee027534

catalyst

index 2b7bd831ed3cc89e7a21b786a9c7db296a4a4839..dd87b76e806a445051bc92c44902f19fe7b2c523 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -1,14 +1,14 @@
 #!/usr/bin/python
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.62 2005/01/30 00:48:03 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.63 2005/02/28 23:33:38 wolf31o2 Exp $
 
 # Maintained in full by John Davis <zhen@gentoo.org>
 
 import os,sys,imp,string,getopt
 
-__maintainer__="John Davis <zhen@gentoo.org>"
-__version__="1.1.5"
+__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
+__version__="1.1.6-pre1"
 
 conf_values={}