aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-05-09 10:11:04 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-05-09 10:11:04 +0200
commit6f9602b4cfedc6441f55272f6c025d64620cd24f (patch)
tree77bc07eb1da0c6eb0e6f6f15e221b4dbcd09ce7a
parent72d2efeb3255e1d4fe72ca328feb225f97f2f152 (diff)
downloadyosys-6f9602b4cfedc6441f55272f6c025d64620cd24f.tar.gz
yosys-6f9602b4cfedc6441f55272f6c025d64620cd24f.tar.bz2
yosys-6f9602b4cfedc6441f55272f6c025d64620cd24f.zip
Release version 0.17
-rw-r--r--CHANGELOG2
-rw-r--r--Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d3e4d96a2..c3e4312aa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@
List of major changes and improvements between releases
=======================================================
-Yosys 0.16 .. Yosys 0.16-dev
+Yosys 0.16 .. Yosys 0.17
--------------------------
* New commands and options
- Added "write_jny" ( JSON netlist metadata format )
diff --git a/Makefile b/Makefile
index 2df16ba58..17d5d7e80 100644
--- a/Makefile
+++ b/Makefile
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
-YOSYS_VER := 0.16+73
+YOSYS_VER := 0.17
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 b63e0a0.. | wc -l`/;" Makefile
# set 'ABCREV = default' to use abc/ as it is
#