From: Ulrich Drepper Date: Wed, 3 Feb 1999 11:02:57 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_1~5 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=de1703ff951625184a2f681d7d57763d655bf712;p=glibc.git Update. * version.h (VERSION): Bump to 2.1. (RELEASE): Change to stable. --- diff --git a/ChangeLog b/ChangeLog index 55b9ac863c..fb20bcb9d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-02-03 Ulrich Drepper + * 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. diff --git a/version.h b/version.h index b6596ab2fa..7ce562c150 100644 --- a/version.h +++ b/version.h @@ -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"