File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
List of major changes and improvements between releases
3
3
=======================================================
4
4
5
+ Yosys 0.15 .. Yosys 0.15-dev
6
+ --------------------------
7
+
5
8
Yosys 0.14 .. Yosys 0.15
6
9
--------------------------
7
10
Original file line number Diff line number Diff line change @@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
129
129
LDLIBS += -lrt
130
130
endif
131
131
132
- YOSYS_VER := 0.15
132
+ YOSYS_VER := 0.15+0
133
133
GIT_REV := $(shell git -C $(YOSYS_SRC ) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
134
134
OBJS = kernel/version_$(GIT_REV ) .o
135
135
136
136
bumpversion :
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
138
138
139
139
# set 'ABCREV = default' to use abc/ as it is
140
140
#
You can’t perform that action at this time.
0 commit comments