summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-09-24 23:15:51 -0400
committerTavian Barnes <tavianator@tavianator.com>2018-09-24 23:15:51 -0400
commit644233dcc2a2a037812dd6b61df9c1610b378bf6 (patch)
treeab5cd45523f4ff0c805d286b133ef910ad28068a /bfs.h
parentb5c9656a2f5be060491fae98f589f66855b8a638 (diff)
parentce1118b27fdbf7886b108b5c805107e98e75194a (diff)
downloadbfs-644233dcc2a2a037812dd6b61df9c1610b378bf6.tar.xz
Merge branch 'release-1.2.4'
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfs.h b/bfs.h
index 5ed6620..d53e628 100644
--- a/bfs.h
+++ b/bfs.h
@@ -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