From 7f7d10cc896e0c7513d09723d5ca3d8346bdea49 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 1 Jul 2022 16:15:37 +0800 Subject: [PATCH] Bump mold version to 1.3.1 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a76ec0f4..f3aa3fc3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.3.0 +VERSION = 1.3.1 PREFIX = /usr/local BINDIR = $(PREFIX)/bin diff --git a/README.md b/README.md index 61d4313b..320f1cfc 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ necessary packages. You may want to run it as root. ```shell git clone https://github.com/rui314/mold.git cd mold -git checkout v1.3.0 +git checkout v1.3.1 make -j$(nproc) CXX=clang++ sudo make install ```