Skip to content

Commit dc672ad

Browse files
committed
Bump mold version to 0.9.5
1 parent b39a47a commit dc672ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT_HASH ?= $(shell [ -d .git ] && git rev-parse HEAD)
1111
OS ?= $(shell uname -s)
1212

1313
CPPFLAGS = -g -pthread -std=c++20 -fPIE \
14-
-DMOLD_VERSION=\"0.9.4\" \
14+
-DMOLD_VERSION=\"0.9.5\" \
1515
-DGIT_HASH=\"$(GIT_HASH)\" \
1616
$(EXTRA_CPPFLAGS)
1717
LDFLAGS += $(EXTRA_LDFLAGS)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ environment, you can build mold by the following commands.
6161
$ sudo apt-get install build-essential libstdc++-10-dev cmake clang libssl-dev zlib1g-dev libxxhash-dev git
6262
$ git clone https://github.com/rui314/mold.git
6363
$ cd mold
64-
$ git checkout v0.9.4
64+
$ git checkout v0.9.5
6565
$ make
6666
```
6767

0 commit comments

Comments
 (0)