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.50 .. Yosys 0.51-dev
6+ --------------------------
7+
58Yosys 0.49 .. Yosys 0.50
69--------------------------
710 * Various
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ ifeq ($(OS), Haiku)
153153CXXFLAGS += -D_DEFAULT_SOURCE
154154endif
155155
156- YOSYS_VER := 0.50
156+ YOSYS_VER := 0.50+0
157157
158158# Note: We arrange for .gitcommit to contain the (short) commit hash in
159159# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -169,7 +169,7 @@ endif
169169OBJS = kernel/version_$(GIT_REV ) .o
170170
171171bumpversion :
172- # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 427b5a2 .. | wc -l`/;" Makefile
172+ sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline b5170e1 .. | wc -l` /;" Makefile
173173
174174ABCMKARGS = CC="$(CXX ) " CXX="$(CXX ) " ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q )
175175
You can’t perform that action at this time.
0 commit comments