summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-07-18 12:23:21 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-07-18 12:23:21 -0400
commitfb023fdeea088fa66b0df6cbf4e7becf8edeebbb (patch)
treed53ba3ab516e88c8f2b9a266531ae87273224d69 /src/config.h
parent0e72e5c985db9a131aea3f3e9238a8916c470d8e (diff)
downloadbfs-fb023fdeea088fa66b0df6cbf4e7becf8edeebbb.tar.xz
Release 3.0.13.0.1
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 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"