Skip to content

Commit 470f52d

Browse files
committed
Release 0.7.0
1 parent 3eda614 commit 470f52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(shell mkdir -p $(DEPDIR)/src/ $(DEPDIR)/tools/ $(DEPDIR)/tests/tap/)
4040
DEPFLAGS = -MT $@ -MMD -MP -MF $(DEPDIR)/$@.Td
4141
DEPPOST = @mv -f $(DEPDIR)/$@.Td $(DEPDIR)/$@.d && touch $@
4242

43-
VERSION := git
43+
VERSION := 0.7.0
4444

4545
BIN_FILES := $(shell cat manifest.bin.txt)
4646
SRC_FILES := $(shell cat manifest.src.txt)

0 commit comments

Comments
 (0)