From fb3c166f80b92ca34ebd1b3f467edbcad7cae649 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 1 Mar 2024 11:30:05 +0900 Subject: [PATCH] Bump mold version to 2.4.1 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b144b0b8a..c6d00990bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ # features and behave exactly the same. cmake_minimum_required(VERSION 3.14) -project(mold VERSION 2.4.0) +project(mold VERSION 2.4.1) include(CMakeDependentOption) include(GNUInstallDirs) diff --git a/README.md b/README.md index 6ee0242006..0eff6df690 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ necessary packages. You may need to run it as root. git clone https://github.com/rui314/mold.git mkdir mold/build cd mold/build -git checkout v2.4.0 +git checkout v2.4.1 ../install-build-deps.sh cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ .. cmake --build . -j $(nproc)