aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard>2001-12-02 21:44:49 +0000
committerbellard <bellard>2001-12-02 21:44:49 +0000
commit18a8013fe71a63633948bc40412f7939fe34907d (patch)
treeae9b44f314bc4737b06f26f24560d7cdfaa97a72
parenta88b855866a1bb85e6eed52de1bc555f23ae8b53 (diff)
downloadtinycc-18a8013fe71a63633948bc40412f7939fe34907d.tar.gz
tinycc-18a8013fe71a63633948bc40412f7939fe34907d.tar.bz2
version change
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index f2b6b76..4fe6695 100644
--- a/tcc.c
+++ b/tcc.c
@@ -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;
}