From: Clifford Wolf Date: Sun, 8 Jun 2014 13:31:27 +0000 (+0200) Subject: Now we are in Yoys 0.3.0+ development X-Git-Tag: yosys-0.4~616 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a6cd64fc2ca46c9aed1bd03b6898c7734420c53;p=yosys.git Now we are in Yoys 0.3.0+ development --- diff --git a/CHANGELOG b/CHANGELOG index 77d7551bf..356957297 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,12 @@ List of changes and major improvements between releases ======================================================= +Yosys 0.3.0 .. Yoys 0.3.0+ +-------------------------- + + ... TBD ... + + Yosys 0.2.0 .. Yoys 0.3.0 -------------------------- diff --git a/Makefile b/Makefile index c0c6fe3f3..a84215b27 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ else LDLIBS += -lrt endif -YOSYS_VER := 0.3.0 +YOSYS_VER := 0.3.0+ GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN) OBJS = kernel/version_$(GIT_REV).o