summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-03-27 17:44:04 +0000
committerRoland McGrath <roland@gnu.org>1995-03-27 17:44:04 +0000
commitc316b48636c57c68febc93cfcf192d362be94675 (patch)
tree3bafd0ce817d6f79b731d6ea8e56bbbf698293b6 /version.c
parent342414a6e0952c308c0cf27daab6ea24fc4cc172 (diff)
* mach/Makefile (headers): Add mach/mach_traps.h.
* Makerules ($(installed-libcs) rule): Fix typos.
Diffstat (limited to 'version.c')
-rw-r--r--version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.c b/version.c
index 73dfe6f0a7..a838bf763c 100644
--- a/version.c
+++ b/version.c
@@ -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)