diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 23:50:16 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 23:50:16 -0400 |
commit | c25fa4fb5e58e20ce97c3747c05d26307a70baaa (patch) | |
tree | 5cd2999258a8821fef53dea94533dc5d6a94ad33 /src | |
parent | 5dbab7e7815800ea6a110519154f05485457b194 (diff) | |
download | bfs-c25fa4fb5e58e20ce97c3747c05d26307a70baaa.tar.xz |
Release 3.0.43.0.4
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 980980a..38ca69b 100644 --- a/src/config.h +++ b/src/config.h @@ -22,7 +22,7 @@ # define BFS_COMMAND "bfs" #endif #ifndef BFS_VERSION -# define BFS_VERSION "3.0.3" +# define BFS_VERSION "3.0.4" #endif #ifndef BFS_HOMEPAGE # define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html" |