aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAneesh Kumar <aneesh.kumar@gmail.com>2006-02-24 14:08:35 +0530
committerJunio C Hamano <junkio@cox.net>2006-02-24 03:14:44 -0800
commit20d23f554d6cd40ffa0d41ccc9416bca867667e0 (patch)
treeecae0ab7c1e09f52b785ce6909bb8a20231ea620 /contrib
parent8b42f5ae545d494463e72430fd81a0c0c558c881 (diff)
downloadgit-20d23f554d6cd40ffa0d41ccc9416bca867667e0.tar.gz
git-20d23f554d6cd40ffa0d41ccc9416bca867667e0.tar.xz
gitview: Bump the rev
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>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gitview/gitview2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitview/gitview b/contrib/gitview/gitview
index 4a6b44842..02e2445fc 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