From e3040135a5e51baab04070e04f86c22df2867c5c Mon Sep 17 00:00:00 2001 From: jvech Date: Sat, 21 Sep 2024 14:46:03 -0500 Subject: doc: Man page for configuration file added The only concern I have with this file is having the program version matching with the actual program, but it is not critical --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index ad14632..13d963a 100644 --- a/src/util.c +++ b/src/util.c @@ -80,7 +80,7 @@ char *e_strdup(const char *s) void version() { - printf("ml 0.2.0\n"); + printf("ml 0.5.0\n"); printf( "Copyright (C) 2023 jvech\n\n" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" -- cgit v1.2.3-70-g09d2