From 4fdc29a88b9923d874375c72774a01a91a7fc253 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 14 Feb 2016 12:41:51 -0500 Subject: Add brief -help and -version support. --- bfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfs.h') diff --git a/bfs.h b/bfs.h index 36b12e4..1b3457a 100644 --- a/bfs.h +++ b/bfs.h @@ -18,6 +18,9 @@ #include #include +#define BFS_VERSION "0.0" +#define BFS_HOMEPAGE "https://github.com/tavianator/bfs" + /** * A command line expression. */ -- cgit v1.2.3