Release version 0.12 yosys-0.12
authorMiodrag Milanovic <mmicko@gmail.com>
Fri, 3 Dec 2021 11:48:49 +0000 (12:48 +0100)
committerMiodrag Milanovic <mmicko@gmail.com>
Fri, 3 Dec 2021 11:48:49 +0000 (12:48 +0100)
CHANGELOG
Makefile

index 851d5dc305bb512f873d9143fe9b6b14c368ccd3..24a8e8934436ce35d9eb67ec2400575720260e4a 100644 (file)
--- 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
index 671153c33adc42e69dfc25d8ac365ac841905813..2e4069562b367aa5bd5ba802a8bbf8410e174da7 100644 (file)
--- 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
 #