diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ 1999-02-03 Ulrich Drepper <drepper@cygnus.com> + * version.h (VERSION): Bump to 2.1. + (RELEASE): Change to stable. + * elf/dlsym.c (dlsym_doit): If no symbol for RTLD_NEXT is found initialize ref element of args object so that dlsym does not dump a core. @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "experimental" -#define VERSION "2.0.112" +#define RELEASE "stable" +#define VERSION "2.1" |