summaryrefslogtreecommitdiffstats
path: root/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'op.c')
-rw-r--r--op.c3
1 files changed, 2 insertions, 1 deletions
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 \