diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-09-24 23:15:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-09-24 23:15:51 -0400 |
commit | 644233dcc2a2a037812dd6b61df9c1610b378bf6 (patch) | |
tree | ab5cd45523f4ff0c805d286b133ef910ad28068a /bfs.h | |
parent | b5c9656a2f5be060491fae98f589f66855b8a638 (diff) | |
parent | ce1118b27fdbf7886b108b5c805107e98e75194a (diff) | |
download | bfs-644233dcc2a2a037812dd6b61df9c1610b378bf6.tar.xz |
Merge branch 'release-1.2.4'
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-2017 Tavian Barnes <tavianator@tavianator.com> * + * Copyright (C) 2015-2018 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.3" +# define BFS_VERSION "1.2.4" #endif #ifndef BFS_HOMEPAGE |