diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2002-09-02 Ulrich Drepper <drepper@redhat.com> + + * version.h (VERSION): Bump to 2.2.93. + 2002-09-02 Jakub Jelinek <jakub@redhat.com> * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "development" -#define VERSION "2.2.92" +#define VERSION "2.2.93" |