Commit e91e95f 1 parent aaa5347 commit e91e95f Copy full SHA for e91e95f
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.48 .. Yosys 0.49-dev
6
+ --------------------------
7
+
5
8
Yosys 0.47 .. Yosys 0.48
6
9
--------------------------
7
10
* Various
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ ifeq ($(OS), Haiku)
155
155
CXXFLAGS += -D_DEFAULT_SOURCE
156
156
endif
157
157
158
- YOSYS_VER := 0.48
158
+ YOSYS_VER := 0.48+0
159
159
160
160
# Note: We arrange for .gitcommit to contain the (short) commit hash in
161
161
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -171,7 +171,7 @@ endif
171
171
OBJS = kernel/version_$(GIT_REV ) .o
172
172
173
173
bumpversion :
174
- # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 647d61d .. | wc -l`/;" Makefile
174
+ sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline aaa5347 .. | wc -l` /;" Makefile
175
175
176
176
ABCMKARGS = CC="$(CXX ) " CXX="$(CXX ) " ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q )
177
177
You can’t perform that action at this time.
0 commit comments