File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.10 .. Yosys 0.10-dev
5
+ Yosys 0.10 .. Yosys 0.11
6
6
--------------------------
7
7
8
8
* Various
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.10+71
132
+ YOSYS_VER := 0.11
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 1cac671.. | wc -l` /;" Makefile
137
+ # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 1cac671.. | 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