Code

GIT 0.99.9g
[git.git] / Makefile
index 56e0fb1ba60713c7d7559ffb3817c2d4ed074630..5bd3dedf44bc90277cb9dbf365bc933d9aa8bac0 100644 (file)
--- a/Makefile
+++ b/Makefile
 # Define USE_STDEV below if you want git to care about the underlying device
 # change being considered an inode change from the update-cache perspective.
 
-GIT_VERSION = 0.99.9e
+GIT_VERSION = 0.99.9g
 
 # CFLAGS is for the users to override from the command line.
+
 CFLAGS = -g -O2 -Wall
 ALL_CFLAGS = $(CFLAGS)
 
@@ -93,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-svnimport.perl git-mv.perl
+       git-svnimport.perl git-mv.perl git-cvsexportcommit.perl
 
 SCRIPT_PYTHON = \
        git-merge-recursive.py