From c45022115591a10f887bedf9d079a808ae7623e1 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Sat, 13 Feb 2010 22:22:48 -0800 Subject: Bump to 0.2 RC 2. --- rbtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbtools/__init__.py') diff --git a/rbtools/__init__.py b/rbtools/__init__.py index 781b90d..31574d8 100644 --- a/rbtools/__init__.py +++ b/rbtools/__init__.py @@ -31,7 +31,7 @@ # # (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released) # -VERSION = (0, 2, 0, 'rc', 1, True) +VERSION = (0, 2, 0, 'rc', 2, False) def get_version_string(): -- cgit v1.2.3