Skip to content

Commit c3ea327

Browse files
committed
Update commit hash in version string.
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
1 parent 1850e8b commit c3ea327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/spdk.common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ LDFLAGS += -fsanitize=fuzzer-no-link
321321
SYS_LIBS += $(CONFIG_FUZZER_LIB)
322322
endif
323323

324-
SPDK_GIT_COMMIT := 0efce164f90d98de445e756559933f981650dc77
324+
SPDK_GIT_COMMIT := 758deafc3c2b9e4e9d3c2722d7714625fb638a0f
325325
ifneq (, $(SPDK_GIT_COMMIT))
326326
COMMON_CFLAGS += -DSPDK_GIT_COMMIT=$(SPDK_GIT_COMMIT)
327327
endif

0 commit comments

Comments
 (0)