3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-11 04:01:28 +00:00

Next dev cycle

This commit is contained in:
Miodrag Milanovic 2025-09-04 08:03:57 +02:00
parent 3aca86049e
commit cec48c6abd
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.57 .. Yosys 0.58-dev
--------------------------
Yosys 0.56 .. Yosys 0.57
--------------------------
* New commands and options

View file

@ -159,7 +159,7 @@ ifeq ($(OS), Haiku)
CXXFLAGS += -D_DEFAULT_SOURCE
endif
YOSYS_VER := 0.57
YOSYS_VER := 0.57+0
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)
@ -182,7 +182,7 @@ endif
OBJS = kernel/version_$(GIT_REV).o
bumpversion:
# sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 9c447ad.. | wc -l`/;" Makefile
sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 3aca860.. | wc -l`/;" Makefile
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)