From: Arun Prakash Jana Date: Thu, 31 Oct 2019 21:04:06 +0000 (+0530) Subject: Print version in debug output X-Git-Tag: v2.8~117 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7416bb8503e7e0fae0ed111bf855545c26649b94;p=nnn.git Print version in debug output --- diff --git a/src/nnn.c b/src/nnn.c index 3ccadf7d..c28e5458 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -5435,6 +5435,7 @@ int main(int argc, char *argv[]) #ifdef DBGMODE enabledbg(); + DPRINTF_S(VERSION); #endif atexit(cleanup);