diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-02-06 16:06:27 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-02-06 16:12:19 -0500 |
commit | 66468fd13ce70d0f6f6388cd31d7f75196ccac31 (patch) | |
tree | dc7a3b82da6024d94d2f6194399c879c99d951d8 /src/config.h | |
parent | 5f0958fa57770e13b8696b8ee6fc87890333d90b (diff) | |
download | bfs-66468fd13ce70d0f6f6388cd31d7f75196ccac31.tar.xz |
Release 3.13.1
Diffstat (limited to 'src/config.h')
-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 85ad57e..519a454 100644 --- a/src/config.h +++ b/src/config.h @@ -30,7 +30,7 @@ # define BFS_COMMAND "bfs" #endif #ifndef BFS_VERSION -# define BFS_VERSION "3.0.4" +# define BFS_VERSION "3.1" #endif #ifndef BFS_HOMEPAGE # define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html" |