diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-01 03:08:55 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-01 03:08:55 -0700 |
commit | 1965efb1599f59b8e3380335d1fa395e2008a30b (patch) | |
tree | c0cd1e4e1888be6a70d44476996ece8be1ab52a2 /GIT-VERSION-GEN | |
parent | 284fe4beb6b4835ef6857cd56b34c70c1d12b14d (diff) | |
download | git-1965efb1599f59b8e3380335d1fa395e2008a30b.tar.gz git-1965efb1599f59b8e3380335d1fa395e2008a30b.tar.xz |
GIT 1.4.3-rc1v1.4.3-rc1
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 14923c973..0cacac38f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.4.2.GIT +DEF_VER=v1.4.3.GIT LF=' ' |