Skip to content

Commit

Permalink
Bump mold version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Sep 28, 2022
1 parent e62de0b commit 1ed941f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(mold VERSION 1.5.0)
project(mold VERSION 1.5.1)

include(CMakeDependentOption)
include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.5.0
VERSION = 1.5.1

PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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.5.0
git checkout v1.5.1
../install-build-deps.sh
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ ..
cmake --build . -j $(nproc)
Expand Down

0 comments on commit 1ed941f

Please sign in to comment.