diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-24 23:10:41 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-24 23:10:41 -0700 |
commit | 09661fdbfc1631462bb5c9064349f74097369b4a (patch) | |
tree | 152c4b1e0180897bb0bdb82a9248e51d9774bc77 /Makefile | |
parent | 8572aa85a7f1e9377f44b816788ced4306cf427b (diff) | |
download | git-09661fdbfc1631462bb5c9064349f74097369b4a.tar.gz git-09661fdbfc1631462bb5c9064349f74097369b4a.tar.xz |
Prepare 0.99.6 branch.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |