From: Miodrag Milanovic Date: Tue, 5 Apr 2022 09:50:49 +0000 (+0200) Subject: Next dev cycle X-Git-Tag: yosys-0.17~59 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=957fdb328a2d9640ca4fb0787189eaded84efbd4;p=yosys.git Next dev cycle --- diff --git a/CHANGELOG b/CHANGELOG index 4a5c25d48..bec9f8321 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ List of major changes and improvements between releases ======================================================= +Yosys 0.16 .. Yosys 0.16-dev +-------------------------- + Yosys 0.15 .. Yosys 0.16 -------------------------- * Various diff --git a/Makefile b/Makefile index 26660051b..3ce02f17f 100644 --- a/Makefile +++ b/Makefile @@ -129,12 +129,12 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.16 +YOSYS_VER := 0.16+0 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 07a4368.. | wc -l`/;" Makefile + sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline b63e0a0.. | wc -l`/;" Makefile # set 'ABCREV = default' to use abc/ as it is #