X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=033c96e8f1c5ea3ebfa99d4c7ada0e677bf85fc2;hb=78938b0d8a95b09d94af214fdb6b5f053a5edb98;hp=a69452c467a4ca10cd8bce487110701838df3833;hpb=8de8a292eb2460ff5166854875083ac1ac657add;p=git.git diff --git a/Makefile b/Makefile index a69452c4..033c96e8 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.5 +GIT_VERSION = 0.99.6 CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(DEFINES) @@ -65,7 +65,7 @@ SCRIPTS=git git-merge-one-file-script git-prune-script \ gitk git-cherry git-rebase-script git-relink-script git-repack-script \ git-format-patch-script git-sh-setup-script git-push-script \ git-branch-script git-parse-remote-script git-verify-tag-script \ - git-ls-remote-script git-clone-dumb-http git-rename-script \ + git-ls-remote-script git-rename-script \ git-request-pull-script git-bisect-script SCRIPTS += git-count-objects-script