Skip to content

Commit

Permalink
Bump mold version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Sep 4, 2022
1 parent 05f8bcf commit b7bfe41
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.18)
project(mold VERSION 1.4.1)
project(mold VERSION 1.4.2)

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.4.1
VERSION = 1.4.2

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 @@ -61,7 +61,7 @@ necessary packages. You may want to run it as root.
```shell
git clone https://github.com/rui314/mold.git
cd mold
git checkout v1.4.1
git checkout v1.4.2
make -j$(nproc) CXX=clang++
sudo make install
```
Expand Down

0 comments on commit b7bfe41

Please sign in to comment.