From c71183402c321cee4486e5d24ef1f82e9dbb111a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 21 Jan 1999 14:18:11 +0000 Subject: [PATCH] Update. * version.h (VERSION): Bump to 2.0.111. --- ChangeLog | 2 ++ version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eabeace..4174b98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-21 Ulrich Drepper + * version.h (VERSION): Bump to 2.0.111. + * elf/dl-close.c: Rewrite the way adding to the global scope works to handle error cases better than the last change. The l_global flag is now only set when the object is actually diff --git a/version.h b/version.h index 0644ef9..b88aba3 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.110" +#define VERSION "2.0.111" -- 2.7.4