summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-12 22:13:49 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-12 22:13:49 -0400
commit2acd897857fe301dfc6f5a8648e0124cd8515b4e (patch)
tree3385cb9e26072c4e3b6f7978592f797c54c9122e /src/config.h
parent735a2979a37251dc447274aa888ad77ded126457 (diff)
downloadbfs-2acd897857fe301dfc6f5a8648e0124cd8515b4e.tar.xz
Release 3.0.33.0.3
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
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"