aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-03-04 11:36:03 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-03-04 11:36:03 +0100
commit07a43689d8104b973c610e84fd4f98564bc8e859 (patch)
tree7ae0dc77166174fa5c979966ee6c704d8a031437 /Makefile
parent66ba5ed7a5bc34eb44c62b2af5bb015e97f7e3eb (diff)
downloadyosys-07a43689d8104b973c610e84fd4f98564bc8e859.tar.gz
yosys-07a43689d8104b973c610e84fd4f98564bc8e859.tar.bz2
yosys-07a43689d8104b973c610e84fd4f98564bc8e859.zip
Release version 0.15
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e57202016..0d5cd3e2f 100644
--- a/Makefile
+++ b/Makefile
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
-YOSYS_VER := 0.14+67
+YOSYS_VER := 0.15
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 a4522d6.. | 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
#