diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-24 14:58:57 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-24 14:58:57 -0700 |
commit | d66189e2c937867e295aa348068b49498ae1b5ab (patch) | |
tree | 0de7d593a2b166e90b7cb2fce5039684918403fd /Makefile | |
parent | Solaris: give a bit more built-in defaults. (diff) | |
download | tgif-d66189e2c937867e295aa348068b49498ae1b5ab.tar.xz |
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 <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |