aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2021-12-03 12:48:49 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2021-12-03 12:48:49 +0100
commit2156e20db5b88ac7e3530abd2f27d27e12a412b2 (patch)
tree7cca5e218cbeb1983f41ba2e80517fb7403cb705
parent71e762d68c4222f612d5ae52ceea7d3d5bb1096c (diff)
downloadyosys-2156e20db5b88ac7e3530abd2f27d27e12a412b2.tar.gz
yosys-2156e20db5b88ac7e3530abd2f27d27e12a412b2.tar.bz2
yosys-2156e20db5b88ac7e3530abd2f27d27e12a412b2.zip
Release version 0.12
-rw-r--r--CHANGELOG2
-rw-r--r--Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 851d5dc30..24a8e8934 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@
List of major changes and improvements between releases
=======================================================
-Yosys 0.11 .. Yosys 0.11-dev
+Yosys 0.11 .. Yosys 0.12
--------------------------
* Various
diff --git a/Makefile b/Makefile
index 671153c33..2e4069562 100644
--- a/Makefile
+++ b/Makefile
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
-YOSYS_VER := 0.11+52
+YOSYS_VER := 0.12
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 360fed8.. | wc -l`/;" Makefile
+ # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 360fed8.. | wc -l`/;" Makefile
# set 'ABCREV = default' to use abc/ as it is
#