diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-16 10:06:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-16 10:06:22 +0000 |
commit | 4c904bd459b353a85cedb0a32242874021318fcf (patch) | |
tree | c7b32451034ef639e162bdcebf0cd09b46d8ab93 | |
parent | 26da047f376abd5da2561be914b93179c7230afa (diff) | |
download | glibc-4c904bd459b353a85cedb0a32242874021318fcf.tar.gz glibc-4c904bd459b353a85cedb0a32242874021318fcf.tar.xz glibc-4c904bd459b353a85cedb0a32242874021318fcf.zip |
* version.h (VERSION): Update to 1.91.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9a0b50fdaf..16a31f881f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * version.h (VERSION): Update to 1.91. + * hurd/hurdinit.c (map0): Remove [!PIC] conditional. * shlib-versions (*-*-*): Add libutil=1. diff --git a/version.h b/version.h index abaefa6e78..01ee5f3320 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "alpha" -#define VERSION "1.90" +#define VERSION "1.91" |