Skip to content

Commit 9a09c77

Browse files
committed
Bump mold version to 0.9.1
1 parent 782b7f9 commit 9a09c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GIT_HASH = $(shell [ -d .git ] && git rev-parse HEAD)
66

77
CPPFLAGS = -g -Imimalloc/include -pthread -std=c++20 \
88
-Wno-deprecated-volatile \
9-
-DMOLD_VERSION=\"0.1.1\" \
9+
-DMOLD_VERSION=\"0.9.1\" \
1010
-DGIT_HASH=\"$(GIT_HASH)\" \
1111
$(EXTRA_CPPFLAGS)
1212
LDFLAGS = $(EXTRA_LDFLAGS)

0 commit comments

Comments
 (0)