summaryrefslogtreecommitdiffstats
path: root/op.c
diff options
context:
space:
mode:
authorAttila Veghelyi <works@veghelyiattila.hu>2024-01-30 19:24:17 +0100
committerAttila Veghelyi <works@veghelyiattila.hu>2024-01-30 20:20:09 +0100
commit5df9421eb28836e72d112da635fdabbc59ad7185 (patch)
tree2620ae1d9f380a50ecede399b3387a93b0c09763 /op.c
parent816b38e07651bfd64acdc53523b92791848ce5f0 (diff)
downloadOpenProgrammer-5df9421eb28836e72d112da635fdabbc59ad7185.tar.gz
OpenProgrammer-5df9421eb28836e72d112da635fdabbc59ad7185.zip
Follow version 0.12.2
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 \