diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-02-29 11:30:54 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-02-29 13:41:46 -0500 |
commit | abcac506d025ebf6f0d003635ee5b156f549d93f (patch) | |
tree | c423eb61b3c2994f06d29c55baef01027e7d2372 /src | |
parent | 4e2f094d29ff8140f2b46a059128c780560db0f1 (diff) | |
download | bfs-3.1.2.tar.xz |
Release 3.1.23.1.2
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 41a8d5f..4697083 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.1" +# define BFS_VERSION "3.1.2" #endif #ifndef BFS_HOMEPAGE # define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html" |