about summary refs log tree commit diff
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 a838bf763c..4ef29e4906 100644
--- a/version.c
+++ b/version.c
@@ -20,12 +20,12 @@ Cambridge, MA 02139, USA.  */
 #include <stdio.h>
 
 CONST char __libc_release[] = "alpha";
-CONST char __libc_version[] = "1.09.6";
+CONST char __libc_version[] = "1.09.7";
 
 void
 DEFUN_VOID(__libc_print_version)
 {
-  printf ("GNU C Library %s release version %s, by Roland McGrath.",
+  printf ("GNU C Library %s release version %s, by Roland McGrath et al.\n",
 	  __libc_release, __libc_version);
 #ifdef	__VERSION__
   printf ("Compiled by GNU CC version %s.\n", __VERSION__);