summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-02-14 12:41:51 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-02-14 12:41:51 -0500
commit4fdc29a88b9923d874375c72774a01a91a7fc253 (patch)
treea47f14cf14c7467f7d41b6a107e0d23b6f50afcc /bfs.h
parent35bc722cbc22a054cf7843676dcd7667cc364480 (diff)
downloadbfs-4fdc29a88b9923d874375c72774a01a91a7fc253.tar.xz
Add brief -help and -version support.
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfs.h b/bfs.h
index 36b12e4..1b3457a 100644
--- a/bfs.h
+++ b/bfs.h
@@ -18,6 +18,9 @@
#include <sys/types.h>
#include <time.h>
+#define BFS_VERSION "0.0"
+#define BFS_HOMEPAGE "https://github.com/tavianator/bfs"
+
/**
* A command line expression.
*/