diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-01-02 23:01:37 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-01-02 23:01:49 -0500 |
commit | f28298ba3cffd2ad3f5756796b35dac4d987429d (patch) | |
tree | 4b738c898ae30cdf1f34caa0b964f58a6ce31527 /bfs.h | |
parent | 5fa75d0823b66a49456790a19e203fec0bc67220 (diff) | |
download | bfs-f28298ba3cffd2ad3f5756796b35dac4d987429d.tar.xz |
Release 1.31.3
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-2018 Tavian Barnes <tavianator@tavianator.com> * + * Copyright (C) 2015-2019 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. * @@ -18,7 +18,7 @@ #define BFS_H #ifndef BFS_VERSION -# define BFS_VERSION "1.2.4" +# define BFS_VERSION "1.3" #endif #ifndef BFS_HOMEPAGE |