summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 229a7ed)
raw | patch | inline | side by side (parent: 229a7ed)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 24 Sep 2005 21:58:57 +0000 (14:58 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 24 Sep 2005 21:58:57 +0000 (14:58 -0700) |
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>
after 0.99.7 and interim fixes 0.99.7a, and before 0.99.8.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 513351d98d1dda3beaf2811f66347bc179c211ca..7afb946b5147be0feb964b7c64c520062d405619 100644 (file)
--- a/Makefile
+++ b/Makefile
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.7
+GIT_VERSION = 0.99.7.GIT
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)