summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-01-31 11:26:41 -0500
committerTavian Barnes <tavianator@tavianator.com>2023-01-31 12:16:52 -0500
commita1bd70db67ddbe167caf15b7334b3588653d3b91 (patch)
tree03a1ed7eee13e353128105fe87d12f9c6af99c9d /src/config.h
parent88525617e977b2b24315e8a7bc565c2975cdf345 (diff)
downloadbfs-a1bd70db67ddbe167caf15b7334b3588653d3b91.tar.xz
Release 2.6.32.6.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 5ae9c82..34ae11d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -17,7 +17,7 @@
# define BFS_COMMAND "bfs"
#endif
#ifndef BFS_VERSION
-# define BFS_VERSION "2.6.2"
+# define BFS_VERSION "2.6.3"
#endif
#ifndef BFS_HOMEPAGE
# define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html"