From de991b519a4b2ec90121323dab84b221080a6220 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 26 Jul 2023 19:40:11 +0900 Subject: [PATCH] Bump mold version to 2.0 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c1c000fab..ceda7b2c2c 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.11.0) +project(mold VERSION 2.0.0) include(CMakeDependentOption) include(GNUInstallDirs) diff --git a/README.md b/README.md index 634eac31b5..5c4b5f8c61 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,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 v1.11.0 +git checkout v2.0.0 ../install-build-deps.sh cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ .. cmake --build . -j $(nproc)