diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. @@ -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" |