diff --git a/Makefile b/Makefile index d8d4086ede..cd5effb89f 100644 --- a/Makefile +++ b/Makefile @@ -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)