From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-362045-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QgiEX-0007Bw-Vo
	for garchives@archives.gentoo.org; Tue, 12 Jul 2011 19:03:02 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1667621C068;
	Tue, 12 Jul 2011 19:02:35 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id D9A8721C068
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2011 19:02:34 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2CBD22AC21C
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2011 19:02:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 3EE838004C
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2011 19:02:33 +0000 (UTC)
From: "Brian Dolbec" <brian.dolbec@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" <brian.dolbec@gmail.com>
Message-ID: <925f99c614b8708e1b79681ee7ae166152f0c396.dol-sen@gentoo>
Subject: [gentoo-commits] proj/layman:master commit in: layman/
X-VCS-Repository: proj/layman
X-VCS-Files: layman/version.py
X-VCS-Directories: layman/
X-VCS-Committer: dol-sen
X-VCS-Committer-Name: Brian Dolbec
X-VCS-Revision: 925f99c614b8708e1b79681ee7ae166152f0c396
Date: Tue, 12 Jul 2011 19:02:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 67dfd495956caebc222d145f1924b3e0

commit:     925f99c614b8708e1b79681ee7ae166152f0c396
Author:     dol-sen <brian.dolbec <AT> gmail <DOT> com>
AuthorDate: Mon Jun  6 06:50:34 2011 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Mon Jun  6 06:50:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D=
commit;h=3D925f99c6

pre-release update

---
 layman/version.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/layman/version.py b/layman/version.py
index 5a1e9cd..b16a250 100644
--- a/layman/version.py
+++ b/layman/version.py
@@ -10,11 +10,13 @@
 # Copyright:
 #             (c) 2005 - 2009 Gunnar Wrobel
 #             (c) 2009        Sebastian Pipping
+#             (c) 2011        Brian Dolbec
 #             Distributed under the terms of the GNU General Public Lice=
nse v2
 #
 # Author(s):
 #             Gunnar Wrobel <wrobel@gentoo.org>
 #             Sebastian Pipping <sebastian@pipping.org>
+#             Brian Dolbec <brian.dolbec@gmail.com>
 #
=20
 from __future__ import print_function
@@ -22,7 +24,7 @@ from __future__ import print_function
 __version__ =3D "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $"
=20
=20
-VERSION =3D '2.0-git'
+VERSION =3D '2.0.0_rc1'
=20
 if __name__ =3D=3D '__main__':
     print(VERSION)