summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-01-09 10:14:20 -0500
committerTavian Barnes <tavianator@tavianator.com>2020-01-09 10:14:40 -0500
commitd6a8ad44c3716281f5ba5a395c91dfee0bcda09a (patch)
treeb5f1a9a6c58a0cd827dae28090c34d40f4a8fb7c /bfs.h
parent2215f7a5d902764755673cc15a317982f0f15592 (diff)
downloadbfs-d6a8ad44c3716281f5ba5a395c91dfee0bcda09a.tar.xz
Release 1.5.21.5.2
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 b5617d9..5f74a0e 100644
--- a/bfs.h
+++ b/bfs.h
@@ -1,6 +1,6 @@
/****************************************************************************
* bfs *
- * Copyright (C) 2015-2019 Tavian Barnes <tavianator@tavianator.com> *
+ * Copyright (C) 2015-2020 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 "1.5.1"
+# define BFS_VERSION "1.5.2"
#endif
#ifndef BFS_HOMEPAGE