summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-04-24 21:23:50 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-04-24 21:48:09 -0400
commit86fecd235c044d2a4727b6ea6cd88fcd911bb0b7 (patch)
tree8242551b1bd49cab879b095860cb21748c90c532 /bfs.h
parent1efa932e4aeb007eddb6424a90bf0fc05dba7e4d (diff)
downloadbfs-1.0.tar.xz
Release 1.01.0
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 3fd66a5..d3aa80e 100644
--- a/bfs.h
+++ b/bfs.h
@@ -1,6 +1,6 @@
/*********************************************************************
* bfs *
- * Copyright (C) 2015-2016 Tavian Barnes <tavianator@tavianator.com> *
+ * Copyright (C) 2015-2017 Tavian Barnes <tavianator@tavianator.com> *
* *
* This program is free software. It comes without any warranty, to *
* the extent permitted by applicable law. You can redistribute it *
@@ -24,7 +24,7 @@
#include <time.h>
#ifndef BFS_VERSION
-# define BFS_VERSION "0.96"
+# define BFS_VERSION "1.0"
#endif
#ifndef BFS_HOMEPAGE