Skip to content

Commit 60fb65a

Browse files
committed
Release 3.1.1
1 parent 9c40099 commit 60fb65a

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
66
endif
77

88
ifndef VERSION
9-
VERSION := 3.1
9+
VERSION := 3.1.1
1010
endif
1111

1212
ifndef OS

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
3.*
22
===
33

4+
3.1.1
5+
-----
6+
7+
**February 16, 2024**
8+
9+
### Changes
10+
11+
- Performance and scalability improvements
12+
13+
- The file count in `bfs -status` now has a thousands separator
14+
15+
416
3.1
517
---
618

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# define BFS_COMMAND "bfs"
3131
#endif
3232
#ifndef BFS_VERSION
33-
# define BFS_VERSION "3.1"
33+
# define BFS_VERSION "3.1.1"
3434
#endif
3535
#ifndef BFS_HOMEPAGE
3636
# define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html"

0 commit comments

Comments
 (0)