aboutsummaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'version.c')
-rw-r--r--version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.c b/version.c
index 3564c4e..2285c75 100644
--- a/version.c
+++ b/version.c
@@ -24,11 +24,11 @@ static const char __libc_version[] = VERSION;
static const char banner[] =
"GNU C Library "RELEASE" release version "VERSION", by Roland McGrath et al.\n\
-Compiled by GNU CC version "__VERSION__".\n\
Copyright (C) 1992, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions.\n\
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
-PARTICULAR PURPOSE.\n"
+PARTICULAR PURPOSE.\n\
+Compiled by GNU CC version "__VERSION__".\n"
#include "version-info.h"
"Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n";