diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-11-03 10:31:51 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-11-03 10:31:51 +0100 |
commit | e3330fb98f80c7cbd233bc1bb8e49bc8b4d27bab (patch) | |
tree | eb65e70e96a419571c595620510b106981896014 /Makefile | |
parent | 61f681162754fa170494e567f1a1a9ae2d17eb69 (diff) | |
download | yosys-e3330fb98f80c7cbd233bc1bb8e49bc8b4d27bab.tar.gz yosys-e3330fb98f80c7cbd233bc1bb8e49bc8b4d27bab.tar.bz2 yosys-e3330fb98f80c7cbd233bc1bb8e49bc8b4d27bab.zip |
We are now in 0.7+ development
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ else LDLIBS += -lrt endif -YOSYS_VER := 0.7 +YOSYS_VER := 0.7+$(shell cd $(YOSYS_SRC) && test -e .git && { git log --author=clifford@clifford.at --oneline 61f6811.. | wc -l; }) GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |