1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 18:08:01 +03:00

Bump a verison number

This commit is contained in:
Rui Ueyama 2021-05-21 13:38:17 +09:00
parent 2e73024e18
commit 17c191ccf2

View File

@ -6,7 +6,7 @@ GIT_HASH = $(shell [ -d .git ] && git rev-parse HEAD)
CPPFLAGS = -g -Imimalloc/include -pthread -std=c++20 \
-Wno-deprecated-volatile -Wno-switch \
-DMOLD_VERSION=\"0.1\" \
-DMOLD_VERSION=\"0.1.1\" \
-DGIT_HASH=\"$(GIT_HASH)\" \
$(EXTRA_CPPFLAGS)
LDFLAGS = $(EXTRA_LDFLAGS)