Skip to content

Commit eec3a23

Browse files
Merge pull request #53 from opensourcecobol/develop
fix: update the message displayed with --version option
2 parents 1b272b8 + 8736255 commit eec3a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocesql/ocesql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ cb_get_env(char *filename, int num)
297297

298298
void version(void){
299299
printf("Open Cobol ESQL (Ocesql)\n");
300-
printf("Version 1.2.0\n");
300+
printf("Version 1.3.0\n");
301301
printf("\n");
302-
printf("April 19, 2019\n");
302+
printf("March 24, 2022\n");
303303
printf("\n");
304304
printf("Tokyo System House Co., Ltd. <[email protected]>\n");
305305
}

0 commit comments

Comments
 (0)