Skip to content

Commit

Permalink
adding version prefix ‘v’
Browse files Browse the repository at this point in the history
  • Loading branch information
Makopo committed Oct 6, 2017
1 parent c403d75 commit 7fc418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lslmini.cc
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ void version() {
}

void short_version() {
fprintf(stderr, "lslint %s\n", VERSION);
fprintf(stderr, "lslint v%s\n", VERSION);
}

int yylex_init( void ** );
Expand Down

0 comments on commit 7fc418d

Please sign in to comment.