Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kehengzhong authored Jul 27, 2021
1 parent a5fe929 commit 577c7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ejetsrv/ejetsrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static void signal_handler(int sig)

char * sys_version ()
{
static char sysver[] = "Ver: 0.0.40 Built: "__TIME__", " __DATE__;
static char sysver[] = "Ver: 1.2.4 Built: "__TIME__", " __DATE__;
return sysver;
}

Expand Down

0 comments on commit 577c7f1

Please sign in to comment.