aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-05-09 10:12:32 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-05-09 10:12:32 +0200
commitd562bfd165b3c107abf717d2661c44aa2b7740fb (patch)
tree475eb1bbc6cbe3db77803799ff11b94f7e0ffe28 /Makefile
parent6f9602b4cfedc6441f55272f6c025d64620cd24f (diff)
downloadyosys-d562bfd165b3c107abf717d2661c44aa2b7740fb.tar.gz
yosys-d562bfd165b3c107abf717d2661c44aa2b7740fb.tar.bz2
yosys-d562bfd165b3c107abf717d2661c44aa2b7740fb.zip
Next dev cycle
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 17d5d7e80..5a6927880 100644
--- a/Makefile
+++ b/Makefile
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
-YOSYS_VER := 0.17
+YOSYS_VER := 0.17+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 b63e0a0.. | wc -l`/;" Makefile
+ sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 6f9602b.. | wc -l`/;" Makefile
# set 'ABCREV = default' to use abc/ as it is
#