From 5df9421eb28836e72d112da635fdabbc59ad7185 Mon Sep 17 00:00:00 2001 From: Attila Veghelyi Date: Tue, 30 Jan 2024 19:24:17 +0100 Subject: Follow version 0.12.2 --- op.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'op.c') diff --git a/op.c b/op.c index bc28543..8c39cec 100644 --- a/op.c +++ b/op.c @@ -349,6 +349,7 @@ int main (int argc, char **argv) { strncpy(LogFileName,strings[S_LogFile],sizeof(LogFileName)); if(argc==1){ + printf("OP v%s\n",VERSION); printf(strings[L_HELP]); exit(1); } @@ -361,7 +362,7 @@ int main (int argc, char **argv) { if(langfile) GenerateLangFile(langid,"languages.rc"); if (ver){ - printf("OP v%s\nCopyright (C) Alberto Maccioni 2009-2022\ + printf("OP v%s\nCopyright (C) Alberto Maccioni 2009-2023\ \n For detailed info see http://openprog.altervista.org/\ \nThis program is free software; you can redistribute it and/or modify it under \ the terms of the GNU General Public License as published by the Free Software \ -- cgit v1.2.3-54-g00ecf