Release version 0.13

This commit is contained in:
Miodrag Milanovic 2022-01-11 08:35:50 +01:00
parent 64972360a8
commit 8b1eafc3ad
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
List of major changes and improvements between releases
=======================================================
Yosys 0.12 .. Yosys 0.12-dev
Yosys 0.12 .. Yosys 0.13
--------------------------
* Various

View File

@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
YOSYS_VER := 0.12+57
YOSYS_VER := 0.13
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 2156e20.. | wc -l`/;" Makefile
# sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 2156e20.. | wc -l`/;" Makefile
# set 'ABCREV = default' to use abc/ as it is
#