summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-02-06 16:06:27 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-02-06 16:12:19 -0500
commit66468fd13ce70d0f6f6388cd31d7f75196ccac31 (patch)
treedc7a3b82da6024d94d2f6194399c879c99d951d8 /src
parent5f0958fa57770e13b8696b8ee6fc87890333d90b (diff)
downloadbfs-66468fd13ce70d0f6f6388cd31d7f75196ccac31.tar.xz
Release 3.13.1
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 85ad57e..519a454 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.0.4"
+# define BFS_VERSION "3.1"
#endif
#ifndef BFS_HOMEPAGE
# define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html"