diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-08-26 11:11:47 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-08-26 11:14:22 +0200 |
commit | 8a4c6e6563eea979dc96cada14abb08d63a8e3d1 (patch) | |
tree | 767f692dfe21ed2c0490e540bc4b568575a1c8ff /Makefile | |
parent | a3de83ef4af789398ff8c511325f0ba7ad32e850 (diff) | |
parent | 1979e0b1f2482dbf0562f5116ab444280a377773 (diff) | |
download | yosys-8a4c6e6563eea979dc96cada14abb08d63a8e3d1.tar.gz yosys-8a4c6e6563eea979dc96cada14abb08d63a8e3d1.tar.bz2 yosys-8a4c6e6563eea979dc96cada14abb08d63a8e3d1.zip |
Merge tag 'yosys-0.9'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |