diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-07 17:08:39 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-07 17:08:39 +0100 |
commit | a4522d628296ccaea5e26b6cec1756f01475ceb5 (patch) | |
tree | 2aa2b451714e0b3e21e5a686e9edf754005254a8 /Makefile | |
parent | 9647f6326f0b2e14c9173d977360333757c68a13 (diff) | |
download | yosys-a4522d628296ccaea5e26b6cec1756f01475ceb5.tar.gz yosys-a4522d628296ccaea5e26b6cec1756f01475ceb5.tar.bz2 yosys-a4522d628296ccaea5e26b6cec1756f01475ceb5.zip |
Release version 0.14
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.13+39 +YOSYS_VER := 0.14 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 8b1eafc.. | wc -l`/;" Makefile # set 'ABCREV = default' to use abc/ as it is # |