Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-13 01:45:21 +0300
committerShawn O. Pearce <spearce@spearce.org>2007-02-13 01:45:21 +0300
commitfdf6cfc4266d1e88e74c09e9166fa0b5c9ad29cb (patch)
tree327a8c45ab7133d04f16f4660e12c57c159a0801
parent07d082bf5b4bc353648ffd207fe2fbd9e57e4386 (diff)
git-gui: Change base version to 0.6.gitgui-0.6.0
This is the start of the 0.6 series of git-gui. I'm calling it 0.6 (rather than any other value) as I already had a private tag on one system based on 0.5, and that tag is quite a bit behind this version. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 9fc80a656c..8fac8cb410 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=0.5.GIT
+DEF_VER=0.6.GITGUI
LF='
'