diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 22:13:49 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 22:13:49 -0400 |
commit | 2acd897857fe301dfc6f5a8648e0124cd8515b4e (patch) | |
tree | 3385cb9e26072c4e3b6f7978592f797c54c9122e /src | |
parent | 735a2979a37251dc447274aa888ad77ded126457 (diff) | |
download | bfs-2acd897857fe301dfc6f5a8648e0124cd8515b4e.tar.xz |
Release 3.0.33.0.3
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 862a839..980980a 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.2" +# define BFS_VERSION "3.0.3" #endif #ifndef BFS_HOMEPAGE # define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html" |