From: Miodrag Milanovic Date: Fri, 5 Nov 2021 11:47:38 +0000 (+0100) Subject: Release version 0.11 X-Git-Tag: yosys-0.11^0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=360fed8e4d611fa725a4526cf960383b8e6c6e64;p=yosys.git Release version 0.11 --- diff --git a/CHANGELOG b/CHANGELOG index e35159123..a5847452e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ List of major changes and improvements between releases ======================================================= -Yosys 0.10 .. Yosys 0.10-dev +Yosys 0.10 .. Yosys 0.11 -------------------------- * Various diff --git a/Makefile b/Makefile index 7fff3b9cf..8008a3f67 100644 --- a/Makefile +++ b/Makefile @@ -129,12 +129,12 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.10+71 +YOSYS_VER := 0.11 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o bumpversion: - sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 1cac671.. | wc -l`/;" Makefile + # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 1cac671.. | wc -l`/;" Makefile # set 'ABCREV = default' to use abc/ as it is #