diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-12 17:45:21 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-02-12 17:45:21 -0500 |
commit | fdf6cfc4266d1e88e74c09e9166fa0b5c9ad29cb (patch) | |
tree | 327a8c45ab7133d04f16f4660e12c57c159a0801 | |
parent | 07d082bf5b4bc353648ffd207fe2fbd9e57e4386 (diff) | |
download | git-fdf6cfc4266d1e88e74c09e9166fa0b5c9ad29cb.tar.gz |
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-x | GIT-VERSION-GEN | 2 |
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=' ' |