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)