diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-02-09 13:12:48 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-02-09 13:13:51 +0100 |
commit | e0ff4d1152bf517f51b7b2a5042a150a17ad0f21 (patch) | |
tree | cdb74aafd1ae6bec272cf987415193e8371c9332 /Makefile | |
parent | c3c9fbfb8c6782bcf39ed307325d3c83a3e69e7e (diff) | |
download | yosys-e0ff4d1152bf517f51b7b2a5042a150a17ad0f21.tar.gz yosys-e0ff4d1152bf517f51b7b2a5042a150a17ad0f21.tar.bz2 yosys-e0ff4d1152bf517f51b7b2a5042a150a17ad0f21.zip |
We are now in 0.5+ development
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ else LDLIBS += -lrt endif -YOSYS_VER := 0.5 +YOSYS_VER := 0.5+$(shell test -d .git && { git log --author=clifford@clifford.at --oneline c3c9fbfb8c678.. | wc -l; }) GIT_REV := $(shell git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |