diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-15 05:34:32 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-15 05:34:32 -0400 |
| commit | e237b6858830f9d8355b7ae91506bf6af3f15009 (patch) | |
| tree | ce7150380522af2d52f7bc0cb43455f18b40d377 /src/main.c | |
| parent | ffebfdcc4f37d905ccb1a21105e2998b5af9bc55 (diff) | |
| download | fujinet-chat-e237b6858830f9d8355b7ae91506bf6af3f15009.tar.gz | |
Embed git hash and build host in binary.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 <atari.h> #include <stdlib.h> |
