From cca255e6be069cdbc135c83fd16036d86b98b85e Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 16 Mar 2023 14:01:09 +0800 Subject: [PATCH] Bump mold version to 1.11.0 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4a38ed70b..ef0951a2b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ # features and behave exactly the same. cmake_minimum_required(VERSION 3.13) -project(mold VERSION 1.10.1) +project(mold VERSION 1.11.0) include(CMakeDependentOption) include(GNUInstallDirs) diff --git a/README.md b/README.md index da3de57d31..c56aed28a0 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ necessary packages. You may want to run it as root. git clone https://github.com/rui314/mold.git mkdir mold/build cd mold/build -git checkout v1.10.1 +git checkout v1.11.0 ../install-build-deps.sh cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ .. cmake --build . -j $(nproc)