summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-06-30 11:20:43 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-06-30 11:20:43 -0400
commit75b6e1b49e37c6eecd2225c9602ac7aa266c4023 (patch)
tree9a206c306827e9efe2d02ac2dbb9a0d0b6030b7a /src/config.h
parent2ea6a1d7b99dbb389ec81054d136e5030717d52a (diff)
downloadbfs-75b6e1b49e37c6eecd2225c9602ac7aa266c4023.tar.xz
docs: Start preparing for the 3.0 release
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 79bd931..59d2671 100644
--- a/src/config.h
+++ b/src/config.h
@@ -22,7 +22,7 @@
# define BFS_COMMAND "bfs"
#endif
#ifndef BFS_VERSION
-# define BFS_VERSION "2.6.3"
+# define BFS_VERSION "3.0"
#endif
#ifndef BFS_HOMEPAGE
# define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html"