diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-02-16 08:43:44 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-02-16 08:43:44 -0500 |
commit | 60fb65a75147a0d703842b412effdf8ca6ae2169 (patch) | |
tree | b074c28c46ea53070ae81520736bedc6474bdeb1 /src/config.h | |
parent | 9c40099611099c567d26c7a8b2782fa9a47d6849 (diff) | |
download | bfs-60fb65a75147a0d703842b412effdf8ca6ae2169.tar.xz |
Release 3.1.13.1.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 519a454..41a8d5f 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.1" +# define BFS_VERSION "3.1.1" #endif #ifndef BFS_HOMEPAGE # define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html" |