From b0ae19fa92787436e4c139f42af5f5890f0d4dd8 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 16 Feb 2014 00:54:41 +0100 Subject: [PATCH] Now we are in Yoys 0.2.0+ development --- CHANGELOG | 10 ++++++++-- Makefile | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) 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 -- 2.30.2