* version.h (VERSION): Bump to 2.3.1.

	Patch by Stefan Jones <stefan.jones@multigig.com>.
This commit is contained in:
Ulrich Drepper 2002-10-09 23:39:33 +00:00
parent 89c167606d
commit 3459388894
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
2002-10-09 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump to 2.3.1.
* sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
(__libc_tsd_address): Use correct variable name.
Patch by sStefan Jones <tefan.jones@multigig.com>.
Patch by Stefan Jones <stefan.jones@multigig.com>.
* sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
Reported by edwardsg@sgi.com [PR libc/4678].

View File

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