diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-17 21:55:08 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-17 21:55:08 -0400 |
commit | f8bdf764b2a532e878f47010428aee534793dd5f (patch) | |
tree | 940bb32ff4f03ae16efc94695363e8beafcf6dde /src | |
parent | 2abab7c9e85ccda8abf12f0bdf70f2a6a1c1ffa0 (diff) | |
download | lat-f8bdf764b2a532e878f47010428aee534793dd5f.tar.gz lat-f8bdf764b2a532e878f47010428aee534793dd5f.zip |
Update version messagev0.8.1
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/arg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/arg.c b/src/lib/arg.c index 95badbb..39bc816 100644 --- a/src/lib/arg.c +++ b/src/lib/arg.c @@ -19,7 +19,7 @@ void help(void) { } void version(void) { - printf("lat - v%s | %s:%s\n", LAT_VERSION, __DATE__, __TIME__); + printf("lat - v%s built %s at %s\n", LAT_VERSION, __DATE__, __TIME__); } struct config conf; |