From 957fdb328a2d9640ca4fb0787189eaded84efbd4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 5 Apr 2022 11:50:49 +0200 Subject: [PATCH] Next dev cycle --- CHANGELOG | 3 +++ Makefile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 # -- 2.30.2