diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-09-03 02:40:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-03 02:40:06 -0700 |
commit | 1e61b7640d09015213dbcae3564fa27ac6a8c151 (patch) | |
tree | b5648ef44d0b6488e913ea2c18a0425e6c99eaa1 /GIT-VERSION-GEN | |
parent | 5587cac28be66acf5edc2a4b83b67c8cfffbc5e9 (diff) | |
download | git-1e61b7640d09015213dbcae3564fa27ac6a8c151.tar.gz |
Start 1.5.4 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 3835fb3965..3c0032cec5 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.3.1.GIT +DEF_VER=v1.5.3.GIT LF=' ' |