From 7320a31fcf2040b1e3a9fb96e952e69132811941 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Mon, 21 Sep 2009 02:14:42 -0700 Subject: Bump to RBTools v0.2 beta 3 dev. --- rbtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbtools/__init__.py b/rbtools/__init__.py index e77df5d..710d4f0 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, 'beta', 2, True) +VERSION = (0, 2, 0, 'beta', 3, False) def get_version_string(): -- cgit v1.2.3