From f51f6353a2dbd4f56c25a8b0110129e89fdd3025 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Fri, 14 Jun 2013 19:32:52 -0500 Subject: [PATCH] Bump version. --- scripts/review-stats/review-stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/review-stats/review-stats.py b/scripts/review-stats/review-stats.py index cc880d4..0aef313 100755 --- a/scripts/review-stats/review-stats.py +++ b/scripts/review-stats/review-stats.py @@ -1,5 +1,5 @@ #!/usr/bin/python -t -VERSION = "3.1" +VERSION = "4.0" # $Id: review-stats.py,v 1.12 2010/01/15 05:14:10 tibbs Exp $ # Note: This script presently lives in internal git and external cvs. External