Skip to content

Commit

Permalink
Bump mold version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Mar 1, 2024
1 parent 39643aa commit fb3c166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fb3c166

Please sign in to comment.