diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-07 18:02:40 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-07 18:02:40 -0700 |
commit | a0a01958d7c059b1535b79a80dc37181b25bb677 (patch) | |
tree | 160c23d8c399fb4a056022b5654a6b3d475d651d /GIT-VERSION-GEN | |
parent | a906ce6aa78ac8febf466b46c6fae029137cd506 (diff) | |
download | git-a0a01958d7c059b1535b79a80dc37181b25bb677.tar.gz git-a0a01958d7c059b1535b79a80dc37181b25bb677.tar.xz |
GIT 1.3.0-rc3v1.3.0-rc3
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 d2200acd7..656f55542 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.3-rc2.GIT +DEF_VER=v1.3-rc3.GIT # First try git-describe, then see if there is a version file # (included in release tarballs), then default |