We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eda614 commit 470f52dCopy full SHA for 470f52d
Makefile
@@ -40,7 +40,7 @@ $(shell mkdir -p $(DEPDIR)/src/ $(DEPDIR)/tools/ $(DEPDIR)/tests/tap/)
40
DEPFLAGS = -MT $@ -MMD -MP -MF $(DEPDIR)/$@.Td
41
DEPPOST = @mv -f $(DEPDIR)/$@.Td $(DEPDIR)/$@.d && touch $@
42
43
-VERSION := git
+VERSION := 0.7.0
44
45
BIN_FILES := $(shell cat manifest.bin.txt)
46
SRC_FILES := $(shell cat manifest.src.txt)
0 commit comments