* version.h (VERSION): Bunp to 2.4.90 for the trunk.

This commit is contained in:
Ulrich Drepper 2006-04-24 21:00:04 +00:00
parent ceba6be798
commit bb0b186dd3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-04-24 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bunp to 2.4.90 for the trunk.
2006-04-24 Jakub Jelinek <jakub@redhat.com>
* malloc/arena.c (ptmalloc_init): Don't call __malloc_check_init

View File

@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
#define RELEASE "development"
#define VERSION "2.4"
#define VERSION "2.4.90"