diff --git a/CMakeLists.txt b/CMakeLists.txt index dbb299fa78..f2864ebf85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.18) -project(mold VERSION 1.4.0) +project(mold VERSION 1.4.1) include(CMakeDependentOption) diff --git a/Makefile b/Makefile index 8427ff3888..1301236cba 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.4.0 +VERSION = 1.4.1 PREFIX = /usr/local BINDIR = $(PREFIX)/bin diff --git a/README.md b/README.md index 64279fffeb..54ee91b6ba 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.4.0 +git checkout v1.4.1 make -j$(nproc) CXX=clang++ sudo make install ```