Skip to content

Commit b7bfe41

Browse files
committed
Bump mold version to 1.4.2
1 parent 05f8bcf commit b7bfe41

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.18)
2-
project(mold VERSION 1.4.1)
2+
project(mold VERSION 1.4.2)
33

44
include(CMakeDependentOption)
55
include(GNUInstallDirs)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.4.1
1+
VERSION = 1.4.2
22

33
PREFIX = /usr/local
44
BINDIR = $(PREFIX)/bin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ necessary packages. You may want to run it as root.
6161
```shell
6262
git clone https://github.com/rui314/mold.git
6363
cd mold
64-
git checkout v1.4.1
64+
git checkout v1.4.2
6565
make -j$(nproc) CXX=clang++
6666
sudo make install
6767
```

0 commit comments

Comments
 (0)