diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-27 17:44:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-27 17:44:04 +0000 |
commit | c316b48636c57c68febc93cfcf192d362be94675 (patch) | |
tree | 3bafd0ce817d6f79b731d6ea8e56bbbf698293b6 /version.c | |
parent | 342414a6e0952c308c0cf27daab6ea24fc4cc172 (diff) | |
download | glibc-c316b48636c57c68febc93cfcf192d362be94675.zip glibc-c316b48636c57c68febc93cfcf192d362be94675.tar.gz glibc-c316b48636c57c68febc93cfcf192d362be94675.tar.bz2 |
* mach/Makefile (headers): Add mach/mach_traps.h.
* Makerules ($(installed-libcs) rule): Fix typos.
Diffstat (limited to 'version.c')
-rw-r--r-- | version.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */ #include <stdio.h> CONST char __libc_release[] = "alpha"; -CONST char __libc_version[] = "1.09.5"; +CONST char __libc_version[] = "1.09.6"; void DEFUN_VOID(__libc_print_version) |