From 17c191ccf22eff56090bef446b871818dcd49db8 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 21 May 2021 13:38:17 +0900 Subject: [PATCH] Bump a verison number --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)