From: Clifford Wolf Date: Mon, 9 Feb 2015 12:12:48 +0000 (+0100) Subject: We are now in 0.5+ development X-Git-Tag: yosys-0.6~456 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0ff4d1152bf517f51b7b2a5042a150a17ad0f21;p=yosys.git We are now in 0.5+ development --- diff --git a/Makefile b/Makefile index f1188da2e..b6cf42cb1 100644 --- a/Makefile +++ b/Makefile @@ -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