diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-03-06 15:33:01 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-03-06 15:44:43 -0500 |
commit | 2c1c83b3c1ad24768d03c6f88c2e3b685d39e2b0 (patch) | |
tree | a9c918d0ef2a0982276b0b67e50887c3882b9f86 /bfs.h | |
parent | 7816b2b75cd5b90a400409885f6afb3f8d63c06b (diff) | |
download | bfs-2c1c83b3c1ad24768d03c6f88c2e3b685d39e2b0.tar.xz |
Release 2.22.2
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /**************************************************************************** * bfs * - * Copyright (C) 2015-2020 Tavian Barnes <tavianator@tavianator.com> * + * Copyright (C) 2015-2021 Tavian Barnes <tavianator@tavianator.com> * * * * Permission to use, copy, modify, and/or distribute this software for any * * purpose with or without fee is hereby granted. * @@ -22,7 +22,7 @@ #define BFS_H #ifndef BFS_VERSION -# define BFS_VERSION "2.1" +# define BFS_VERSION "2.2" #endif #ifndef BFS_HOMEPAGE |