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.51 .. Yosys 0.52-dev
6
+ --------------------------
7
+
5
8
Yosys 0.50 .. Yosys 0.51
6
9
--------------------------
7
10
* New commands and options
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ ifeq ($(OS), Haiku)
153
153
CXXFLAGS += -D_DEFAULT_SOURCE
154
154
endif
155
155
156
- YOSYS_VER := 0.51
156
+ YOSYS_VER := 0.51+0
157
157
YOSYS_MAJOR := $(shell echo $(YOSYS_VER ) | cut -d'.' -f1)
158
158
YOSYS_MINOR := $(shell echo $(YOSYS_VER ) | cut -d'.' -f2 | cut -d'+' -f1)
159
159
YOSYS_COMMIT := $(shell echo $(YOSYS_VER ) | cut -d'+' -f2)
@@ -176,7 +176,7 @@ endif
176
176
OBJS = kernel/version_$(GIT_REV ) .o
177
177
178
178
bumpversion :
179
- # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline b5170e1 .. | wc -l`/;" Makefile
179
+ sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline c4b5190 .. | wc -l` /;" Makefile
180
180
181
181
ABCMKARGS = CC="$(CXX ) " CXX="$(CXX ) " ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q )
182
182
You can’t perform that action at this time.
0 commit comments