diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-03-06 18:55:16 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-03-06 18:55:16 -0500 |
commit | a1e288cb6a2482b7acc1edb92eea9d676da0729f (patch) | |
tree | a6cc76b3ce4bc2ca78d1550114bb3f3a674ac17d /src | |
parent | f64f76b55400b71e8576ed7e4a377eb5ef9576aa (diff) | |
download | bfs-a1e288cb6a2482b7acc1edb92eea9d676da0729f.tar.xz |
Release 3.1.33.1.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 4697083..ad2e481 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.2" +# define BFS_VERSION "3.1.3" #endif #ifndef BFS_HOMEPAGE # define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html" |