gitview: Bump the rev
authorAneesh Kumar <aneesh.kumar@gmail.com>
Fri, 24 Feb 2006 08:38:35 +0000 (14:08 +0530)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Feb 2006 11:14:44 +0000 (03:14 -0800)
Make the 0.7 release

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/gitview/gitview

index 4a6b448..02e2445 100755 (executable)
@@ -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