diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-07-18 12:23:21 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-07-18 12:23:21 -0400 |
commit | fb023fdeea088fa66b0df6cbf4e7becf8edeebbb (patch) | |
tree | d53ba3ab516e88c8f2b9a266531ae87273224d69 /src/config.h | |
parent | 0e72e5c985db9a131aea3f3e9238a8916c470d8e (diff) | |
download | bfs-fb023fdeea088fa66b0df6cbf4e7becf8edeebbb.tar.xz |
Release 3.0.13.0.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 59d2671..fd4961f 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" +# define BFS_VERSION "3.0.1" #endif #ifndef BFS_HOMEPAGE # define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html" |