Skip to content

Commit e91e95f

Browse files
committed
Next dev cycle
1 parent aaa5347 commit e91e95f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
List of major changes and improvements between releases
33
=======================================================
44

5+
Yosys 0.48 .. Yosys 0.49-dev
6+
--------------------------
7+
58
Yosys 0.47 .. Yosys 0.48
69
--------------------------
710
* Various

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ ifeq ($(OS), Haiku)
155155
CXXFLAGS += -D_DEFAULT_SOURCE
156156
endif
157157

158-
YOSYS_VER := 0.48
158+
YOSYS_VER := 0.48+0
159159

160160
# Note: We arrange for .gitcommit to contain the (short) commit hash in
161161
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -171,7 +171,7 @@ endif
171171
OBJS = kernel/version_$(GIT_REV).o
172172

173173
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
175175

176176
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)
177177

0 commit comments

Comments
 (0)