From: Junio C Hamano Date: Sat, 24 Sep 2005 21:58:57 +0000 (-0700) Subject: Use 0.99.7.GIT as version between 0.99.7 and 0.99.8 X-Git-Tag: v0.99.8~66 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d66189e2c937867e295aa348068b49498ae1b5ab;p=git.git Use 0.99.7.GIT as version between 0.99.7 and 0.99.8 Pasky taught me how he does his versioning for ELinks. This will sort after 0.99.7 and interim fixes 0.99.7a, and before 0.99.8. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 513351d98..7afb946b5 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.7 +GIT_VERSION = 0.99.7.GIT CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)