Release version 0.17

This commit is contained in:
Miodrag Milanovic 2022-05-09 10:11:04 +02:00
parent 72d2efeb32
commit 6f9602b4cf
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
List of major changes and improvements between releases List of major changes and improvements between releases
======================================================= =======================================================
Yosys 0.16 .. Yosys 0.16-dev Yosys 0.16 .. Yosys 0.17
-------------------------- --------------------------
* New commands and options * New commands and options
- Added "write_jny" ( JSON netlist metadata format ) - Added "write_jny" ( JSON netlist metadata format )

View File

@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt LDLIBS += -lrt
endif endif
YOSYS_VER := 0.16+73 YOSYS_VER := 0.17
GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
OBJS = kernel/version_$(GIT_REV).o OBJS = kernel/version_$(GIT_REV).o
bumpversion: bumpversion:
sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline b63e0a0.. | 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 # set 'ABCREV = default' to use abc/ as it is
# #