Next dev cycle
authorMiodrag Milanovic <mmicko@gmail.com>
Fri, 4 Mar 2022 10:37:18 +0000 (11:37 +0100)
committerMiodrag Milanovic <mmicko@gmail.com>
Fri, 4 Mar 2022 10:37:18 +0000 (11:37 +0100)
CHANGELOG
Makefile

index 9ff15544b7a4e1089a570940bcb2c466e97f8dd8..d6d2c49900f5e86ac2c16e43a89bb07676058b7b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 List of major changes and improvements between releases
 =======================================================
 
+Yosys 0.15 .. Yosys 0.15-dev
+--------------------------
+
 Yosys 0.14 .. Yosys 0.15
 --------------------------
 
index 0d5cd3e2f9a75410ffe27ebf08e0ef5720b5c37e..ceedd7e0a5f4da85eb67af10427e7e58b198a7d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
 LDLIBS += -lrt
 endif
 
-YOSYS_VER := 0.15
+YOSYS_VER := 0.15+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 a4522d6.. | wc -l`/;" Makefile
+       sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 07a4368.. | wc -l`/;" Makefile
 
 # set 'ABCREV = default' to use abc/ as it is
 #