From: Chris Gianelloni Date: Thu, 4 Dec 2008 17:13:37 +0000 (-0800) Subject: Bumping version for release. X-Git-Tag: CATALYST_2_0_6_916~63 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=69ccfcc5ca6290934a603639187f550aefbec8df;p=catalyst.git Bumping version for release. --- diff --git a/ChangeLog b/ChangeLog index 5974256e..b0ead2d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ # Copyright 2002-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 04 Dec 2008; Chris Gianelloni catalyst: + Bumping version for release. + 01 Dec 2008; Andrew Gaffney modules/catalyst_support.py: Default to umask 022 for spawn() unless otherwise specified for gentoo bug diff --git a/catalyst b/catalyst index 9883485a..5473652a 100755 --- a/catalyst +++ b/catalyst @@ -13,7 +13,7 @@ import catalyst.config import catalyst.util __maintainer__="Chris Gianelloni " -__version__="2.0.6.901" +__version__="2.0.6.902" conf_values={}