Skip to content

Commit 6d2ac29

Browse files
authored
Merge branch 'YosysHQ:main' into master
2 parents 02f38c5 + cf02f86 commit 6d2ac29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ LIBS += -lrt
141141
endif
142142
endif
143143

144-
YOSYS_VER := 0.40+25
144+
YOSYS_VER := 0.40+33
145145

146146
# Note: We arrange for .gitcommit to contain the (short) commit hash in
147147
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -165,7 +165,7 @@ bumpversion:
165165
# is just a symlink to your actual ABC working directory, as 'make mrproper'
166166
# will remove the 'abc' directory and you do not want to accidentally
167167
# delete your work on ABC..
168-
ABCREV = 0cd90d0
168+
ABCREV = 03da96f
169169
ABCPULL = 1
170170
ABCURL ?= https://github.com/YosysHQ/abc
171171
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)

0 commit comments

Comments
 (0)