diff --git a/CMakeLists.txt b/CMakeLists.txt index 589e1dd302..bce7166fdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ # features and behave exactly the same. cmake_minimum_required(VERSION 3.14) -project(mold VERSION 2.2.0) +project(mold VERSION 2.3.0) include(CMakeDependentOption) include(GNUInstallDirs) diff --git a/README.md b/README.md index 4469201e60..e5c1b94470 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,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 v2.2.0 +git checkout v2.3.0 ../install-build-deps.sh cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ .. cmake --build . -j $(nproc)