Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Bump the version to rc3
Browse files Browse the repository at this point in the history
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
  • Loading branch information
R. Tyler Ballance committed May 15, 2009
1 parent 6839207 commit 982bd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Version.py
@@ -1,5 +1,5 @@
Version = '2.2.0rc2'
VersionTuple = (2, 2, 0,'candidate', 2)
Version = '2.2.0rc3'
VersionTuple = (2, 2, 0,'candidate', 3)

MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2,0,0,'candidate',6)
Expand Down

0 comments on commit 982bd24

Please sign in to comment.