We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be1b66 commit 34c5377Copy full SHA for 34c5377
2 files changed
CMakeLists.txt
@@ -44,7 +44,7 @@
44
# features and behave exactly the same.
45
46
cmake_minimum_required(VERSION 3.14)
47
-project(mold VERSION 2.3.0)
+project(mold VERSION 2.3.1)
48
49
include(CMakeDependentOption)
50
include(GNUInstallDirs)
README.md
@@ -71,7 +71,7 @@ necessary packages. You may need to run it as root.
71
git clone https://github.com/rui314/mold.git
72
mkdir mold/build
73
cd mold/build
74
-git checkout v2.3.0
+git checkout v2.3.1
75
../install-build-deps.sh
76
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ ..
77
cmake --build . -j $(nproc)
0 commit comments