From: Clifford Wolf Date: Sat, 15 Feb 2014 23:54:41 +0000 (+0100) Subject: Now we are in Yoys 0.2.0+ development X-Git-Tag: yosys-0.3.0~153 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0ae19fa92787436e4c139f42af5f5890f0d4dd8;p=yosys.git Now we are in Yoys 0.2.0+ development --- diff --git a/CHANGELOG b/CHANGELOG index ebc4c6449..c014f4586 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ -List of incompatible changes and major milestones between releases -================================================================== +List of changes and major improvements between releases +======================================================= + + +Yosys 0.2.0 .. Yoys 0.2.0+ +-------------------------- + + ... TBD ... Yosys 0.1.0 .. Yoys 0.2.0 diff --git a/Makefile b/Makefile index 94a168a97..730a5355b 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ LDFLAGS = -rdynamic LDLIBS = -lstdc++ -lreadline -lm -ldl -lrt QMAKE = qmake-qt4 -YOSYS_VER := 0.2.0 +YOSYS_VER := 0.2.0+ GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN) OBJS = kernel/version_$(GIT_REV).o