Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Feb 24, 2022
1 parent ed4a45f commit e14f04e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
############################################################################

ifeq ($(wildcard .git),)
VERSION := 2.4
VERSION := 2.4.1
else
VERSION := $(shell git describe --always)
endif
Expand Down
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
2.*
===

2.4.1
-----

**February 24, 2022**

- Fixed the build when Oniguruma is not installed in the default search paths ([#82])

- Fixed string encoding bugs with Oniguruma enabled

- Fixed regex error reporting bugs

[#82]: https://github.com/tavianator/bfs/issues/82


2.4
---

Expand Down
2 changes: 1 addition & 1 deletion bfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define BFS_H

#ifndef BFS_VERSION
# define BFS_VERSION "2.4"
# define BFS_VERSION "2.4.1"
#endif

#ifndef BFS_HOMEPAGE
Expand Down

0 comments on commit e14f04e

Please sign in to comment.