aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-02-07 17:08:39 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-02-07 17:08:39 +0100
commita4522d628296ccaea5e26b6cec1756f01475ceb5 (patch)
tree2aa2b451714e0b3e21e5a686e9edf754005254a8
parent9647f6326f0b2e14c9173d977360333757c68a13 (diff)
downloadyosys-a4522d628296ccaea5e26b6cec1756f01475ceb5.tar.gz
yosys-a4522d628296ccaea5e26b6cec1756f01475ceb5.tar.bz2
yosys-a4522d628296ccaea5e26b6cec1756f01475ceb5.zip
Release version 0.14
-rw-r--r--CHANGELOG2
-rw-r--r--Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 98a85920b..069efd6f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@
List of major changes and improvements between releases
=======================================================
-Yosys 0.13 .. Yosys 0.13-dev
+Yosys 0.13 .. Yosys 0.14
--------------------------
* Various
diff --git a/Makefile b/Makefile
index 11aaef495..84ffc6935 100644
--- a/Makefile
+++ b/Makefile
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
-YOSYS_VER := 0.13+39
+YOSYS_VER := 0.14
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 8b1eafc.. | 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
#