Merge branch 'master'
[gitweb.git] / Makefile
index b202be177b48cddca20e8257a5cbf5b963ffa9b9..ba1c6a736ca357beff30f9438ca524a7d2ac741a 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.9.GIT
+GIT_VERSION = 0.99.9e
 
 # CFLAGS is for the users to override from the command line.
-
 CFLAGS = -g -O2 -Wall
 ALL_CFLAGS = $(CFLAGS)