From e237b6858830f9d8355b7ae91506bf6af3f15009 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 15 Mar 2026 05:34:32 -0400 Subject: Embed git hash and build host in binary. --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index e5df909..60313d2 100644 --- a/src/main.c +++ b/src/main.c @@ -1,8 +1,10 @@ /* FujiNetChat, an IRC client. Based on NetCat and the old FujiChat. */ +/* #define SELF "FujiNetChat" #define VERSION "0.0" #define BANNER SELF " v" VERSION " (B. Watson)\n" +*/ #include #include -- cgit v1.2.3