Skip to content

Commit edc2f85

Browse files
committed
Bump mold version to 2.3.2
1 parent 348e44a commit edc2f85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# features and behave exactly the same.
4545

4646
cmake_minimum_required(VERSION 3.14)
47-
project(mold VERSION 2.3.1)
47+
project(mold VERSION 2.3.2)
4848

4949
include(CMakeDependentOption)
5050
include(GNUInstallDirs)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ necessary packages. You may need to run it as root.
7171
git clone https://github.com/rui314/mold.git
7272
mkdir mold/build
7373
cd mold/build
74-
git checkout v2.3.1
74+
git checkout v2.3.2
7575
../install-build-deps.sh
7676
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ ..
7777
cmake --build . -j $(nproc)

0 commit comments

Comments
 (0)