From: Aneesh Kumar Date: Fri, 24 Feb 2006 08:38:35 +0000 (+0530) Subject: gitview: Bump the rev X-Git-Tag: v1.3.0-rc1~147 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=20d23f554d6cd40ffa0d41ccc9416bca867667e0;p=git.git gitview: Bump the rev Make the 0.7 release Signed-off-by: Aneesh Kumar K.V Signed-off-by: Junio C Hamano --- diff --git a/contrib/gitview/gitview b/contrib/gitview/gitview index 4a6b4484..02e2445f 100755 --- a/contrib/gitview/gitview +++ b/contrib/gitview/gitview @@ -422,7 +422,7 @@ class DiffWindow: class GitView: """ This is the main class """ - version = "0.6" + version = "0.7" def __init__(self, with_diff=0): self.with_diff = with_diff