version change

This commit is contained in:
bellard 2001-12-02 21:44:49 +00:00
parent a88b855866
commit 18a8013fe7

2
tcc.c
View File

@ -3608,7 +3608,7 @@ int main(int argc, char **argv)
while (1) {
if (optind >= argc) {
show_help:
printf("tcc version 0.9 - Tiny C Compiler - Copyright (C) 2001 Fabrice Bellard\n"
printf("tcc version 0.9.1 - Tiny C Compiler - Copyright (C) 2001 Fabrice Bellard\n"
"usage: tcc [-Idir] [-Dsym] [-llib] infile [infile_arg...]\n");
return 1;
}