diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-09-06 21:15:50 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-09-06 21:15:50 -0400 |
commit | 0015b79936a58a325e80cf036c10cb1010122703 (patch) | |
tree | c9ec081016360585f251de8dac9b3667eecd907a /src | |
parent | dc0443270904bf623d5b4a8e7b9ed8467eb9c93c (diff) | |
download | bfs-0015b79936a58a325e80cf036c10cb1010122703.tar.xz |
Release 3.0.23.0.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 fd4961f..14c9305 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.1" +# define BFS_VERSION "3.0.2" #endif #ifndef BFS_HOMEPAGE # define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html" |