Next dev cycle

This commit is contained in:
Miodrag Milanovic 2022-04-05 11:50:49 +02:00
parent b63e0a0cae
commit 957fdb328a
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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
#