From: Andrew Gaffney Date: Sat, 10 Jan 2009 23:18:52 +0000 (-0600) Subject: Change __version__ to 2.99 for catalyst_3 branch X-Git-Tag: CATALYST-2.0.10~3^2~243 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e45326a8735148a1a53c9600d9ec9efe1275ebf;p=catalyst.git Change __version__ to 2.99 for catalyst_3 branch --- diff --git a/ChangeLog b/ChangeLog index b3e80a60..1b535cac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 + 10 Jan 2009; Andrew Gaffney catalyst: + Change __version__ to 2.99 for catalyst_3 branch + 09 Jan 2009; Andrew Gaffney TODO: Add note about metadata_overlay being default in 2.1.6 diff --git a/catalyst b/catalyst index 129162ce..43bc47d1 100755 --- a/catalyst +++ b/catalyst @@ -16,7 +16,7 @@ import catalyst.config import catalyst.util __maintainer__="Chris Gianelloni " -__version__="2.0.6.902" +__version__="2.99" conf_values={}