diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-07 17:10:50 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-07 17:10:50 +0100 |
commit | 818060880d80b28d483cf5e1c71fcd139d37fe97 (patch) | |
tree | b8cd7e988ef07e8605ba1cc216d6c4c46d520036 /Makefile | |
parent | a4522d628296ccaea5e26b6cec1756f01475ceb5 (diff) | |
download | yosys-818060880d80b28d483cf5e1c71fcd139d37fe97.tar.gz yosys-818060880d80b28d483cf5e1c71fcd139d37fe97.tar.bz2 yosys-818060880d80b28d483cf5e1c71fcd139d37fe97.zip |
Next dev cycle
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.14 +YOSYS_VER := 0.14+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 8b1eafc.. | wc -l`/;" Makefile + sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline a4522d6.. | wc -l`/;" Makefile # set 'ABCREV = default' to use abc/ as it is # |