X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=67c10302b66c2696d7ada9d6d7e03694b51690c9;hb=3c64314c4b1f90488391a0ffea2a4ed04c8f6b79;hp=7bccc76f15c3796c478ac6688c70f43ccd72de6d;hpb=46774a81f9d6ca4d230d33757afe9dd07bfe398b;p=git.git diff --git a/Makefile b/Makefile index 7bccc76f..67c10302 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.9 +GIT_VERSION = 0.99.9.GIT CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES) @@ -94,7 +94,7 @@ SCRIPT_SH = \ SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \ - git-findtags.perl git-svnimport.perl git-mv.perl + git-svnimport.perl git-mv.perl SCRIPT_PYTHON = \ git-merge-recursive.py