-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7816b2b
commit 2c1c83b
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/**************************************************************************** | ||
* bfs * | ||
* Copyright (C) 2015-2020 Tavian Barnes <[email protected]> * | ||
* Copyright (C) 2015-2021 Tavian Barnes <[email protected]> * | ||
* * | ||
* 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 | ||
|