aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 3ccadf7..c28e545 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);