3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Release version 0.12

This commit is contained in:
Miodrag Milanovic 2021-12-03 12:48:49 +01:00
parent 71e762d68c
commit 2156e20db5
2 changed files with 3 additions and 3 deletions

View file

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