aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-03-04 11:36:03 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-03-04 11:36:03 +0100
commit07a43689d8104b973c610e84fd4f98564bc8e859 (patch)
tree7ae0dc77166174fa5c979966ee6c704d8a031437
parent66ba5ed7a5bc34eb44c62b2af5bb015e97f7e3eb (diff)
downloadyosys-07a43689d8104b973c610e84fd4f98564bc8e859.tar.gz
yosys-07a43689d8104b973c610e84fd4f98564bc8e859.tar.bz2
yosys-07a43689d8104b973c610e84fd4f98564bc8e859.zip
Release version 0.15
-rw-r--r--CHANGELOG2
-rw-r--r--Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0b1bbc733..9ff15544b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@
List of major changes and improvements between releases
=======================================================
-Yosys 0.14 .. Yosys 0.14-dev
+Yosys 0.14 .. Yosys 0.15
--------------------------
* Various
diff --git a/Makefile b/Makefile
index e57202016..0d5cd3e2f 100644
--- a/Makefile
+++ b/Makefile
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
-YOSYS_VER := 0.14+67
+YOSYS_VER := 0.15
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 a4522d6.. | wc -l`/;" Makefile
+# sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline a4522d6.. | wc -l`/;" Makefile
# set 'ABCREV = default' to use abc/ as it is
#