File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22List of major changes and improvements between releases
33=======================================================
44
5+ Yosys 0.15 .. Yosys 0.15-dev
6+ --------------------------
7+
58Yosys 0.14 .. Yosys 0.15
69--------------------------
710
Original file line number Diff line number Diff line change @@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
129129LDLIBS += -lrt
130130endif
131131
132- YOSYS_VER := 0.15
132+ YOSYS_VER := 0.15+0
133133GIT_REV := $(shell git -C $(YOSYS_SRC ) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
134134OBJS = kernel/version_$(GIT_REV ) .o
135135
136136bumpversion :
137- # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline a4522d6 .. | wc -l`/;" Makefile
137+ sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline f1fefc7 .. | wc -l` /;" Makefile
138138
139139# set 'ABCREV = default' to use abc/ as it is
140140#
You can’t perform that action at this time.
0 commit comments