Skip to content

Commit cca255e

Browse files
committed
Bump mold version to 1.11.0
1 parent 325d12d commit cca255e

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.13)
47-
project(mold VERSION 1.10.1)
47+
project(mold VERSION 1.11.0)
4848

4949
include(CMakeDependentOption)
5050
include(GNUInstallDirs)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ necessary packages. You may want to run it as root.
7575
git clone https://github.com/rui314/mold.git
7676
mkdir mold/build
7777
cd mold/build
78-
git checkout v1.10.1
78+
git checkout v1.11.0
7979
../install-build-deps.sh
8080
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ ..
8181
cmake --build . -j $(nproc)

0 commit comments

Comments
 (0)