diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-21 13:57:07 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-21 13:57:07 -0700 |
commit | 97317061c6799765c7f2f83d8e3f4f74df469793 (patch) | |
tree | bc914586a7ce77a58c678cddd4d568b986c88cb7 /GIT-VERSION-GEN | |
parent | 4a40cbd949d81863375a10e320f74c8fc595d05e (diff) | |
download | git-97317061c6799765c7f2f83d8e3f4f74df469793.tar.gz |
GIT 1.5.1.2v1.5.1.2
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 2325660ff4..41ee8b4ea2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.1.1.GIT +DEF_VER=v1.5.1.2.GIT LF=' ' |