aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-08-26 11:11:47 +0200
committerClifford Wolf <clifford@clifford.at>2019-08-26 11:14:22 +0200
commit8a4c6e6563eea979dc96cada14abb08d63a8e3d1 (patch)
tree767f692dfe21ed2c0490e540bc4b568575a1c8ff /Makefile
parenta3de83ef4af789398ff8c511325f0ba7ad32e850 (diff)
parent1979e0b1f2482dbf0562f5116ab444280a377773 (diff)
downloadyosys-8a4c6e6563eea979dc96cada14abb08d63a8e3d1.tar.gz
yosys-8a4c6e6563eea979dc96cada14abb08d63a8e3d1.tar.bz2
yosys-8a4c6e6563eea979dc96cada14abb08d63a8e3d1.zip
Merge tag 'yosys-0.9'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a742f2e50..48a4f3a1c 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
-YOSYS_VER := 0.8+$(shell cd $(YOSYS_SRC) && test -e .git && { git log --author=clifford@clifford.at --oneline 4d4665b.. 2> /dev/null | wc -l; })
+YOSYS_VER := 0.9+1
GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
OBJS = kernel/version_$(GIT_REV).o