aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-02-07 17:08:39 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-02-07 17:08:39 +0100
commita4522d628296ccaea5e26b6cec1756f01475ceb5 (patch)
tree2aa2b451714e0b3e21e5a686e9edf754005254a8 /Makefile
parent9647f6326f0b2e14c9173d977360333757c68a13 (diff)
downloadyosys-a4522d628296ccaea5e26b6cec1756f01475ceb5.tar.gz
yosys-a4522d628296ccaea5e26b6cec1756f01475ceb5.tar.bz2
yosys-a4522d628296ccaea5e26b6cec1756f01475ceb5.zip
Release version 0.14
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 11aaef495..84ffc6935 100644
--- a/Makefile
+++ b/Makefile
@@ -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
#