aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-01-11 08:39:34 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-01-11 08:39:34 +0100
commitc428a894c07e20278d06e290605762ef1d6ca209 (patch)
tree6a9769699fc01fa6e3887abdc1d04c52d5ef5dfb
parent8b1eafc3adc6ce6828cc827e518a4fa9425feb56 (diff)
downloadyosys-c428a894c07e20278d06e290605762ef1d6ca209.tar.gz
yosys-c428a894c07e20278d06e290605762ef1d6ca209.tar.bz2
yosys-c428a894c07e20278d06e290605762ef1d6ca209.zip
Next dev cycle
-rw-r--r--CHANGELOG3
-rw-r--r--Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 15987a205..ff22a01e2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
List of major changes and improvements between releases
=======================================================
+Yosys 0.13 .. Yosys 0.13-dev
+--------------------------
+
Yosys 0.12 .. Yosys 0.13
--------------------------
diff --git a/Makefile b/Makefile
index 5e47230d6..8c7bc98d0 100644
--- a/Makefile
+++ b/Makefile
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
-YOSYS_VER := 0.13
+YOSYS_VER := 0.13+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 2156e20.. | wc -l`/;" Makefile
+ sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 8b1eafc.. | wc -l`/;" Makefile
# set 'ABCREV = default' to use abc/ as it is
#