summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-02-29 11:30:54 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-02-29 13:41:46 -0500
commitabcac506d025ebf6f0d003635ee5b156f549d93f (patch)
treec423eb61b3c2994f06d29c55baef01027e7d2372 /src
parent4e2f094d29ff8140f2b46a059128c780560db0f1 (diff)
downloadbfs-abcac506d025ebf6f0d003635ee5b156f549d93f.tar.xz
Release 3.1.23.1.2
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 41a8d5f..4697083 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.1.1"
+# define BFS_VERSION "3.1.2"
#endif
#ifndef BFS_HOMEPAGE
# define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html"