diff options
author | Junio C Hamano <junkio@cox.net> | 2006-02-12 13:14:53 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-12 13:14:53 -0800 |
commit | bd9ca0baff88107e26915cdaaf9821dc70a187e3 (patch) | |
tree | 933b7a642528ce47ef2f538a007c0e48cc448e1f /GIT-VERSION-GEN | |
parent | 4bbdfab766782dc06ac496730e3a578bd35d67c5 (diff) | |
download | git-bd9ca0baff88107e26915cdaaf9821dc70a187e3.tar.gz |
GIT 1.2.0v1.2.0
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'GIT-VERSION-GEN')
-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 72201be57c..1056b7c817 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.1.GIT +DEF_VER=v1.2.GIT # First try git-describe, then see if there is a version file # (included in release tarballs), then default |