From 3459388894300c3d730a730520dee3955ba90641 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 9 Oct 2002 23:39:33 +0000 Subject: [PATCH] Update. * version.h (VERSION): Bump to 2.3.1. Patch by Stefan Jones . --- ChangeLog | 4 +++- version.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 38b1d95..d2ef39d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 2002-10-09 Ulrich Drepper + * 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 . + Patch by Stefan Jones . * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;. Reported by edwardsg@sgi.com [PR libc/4678]. diff --git a/version.h b/version.h index ee1d91e..fc47a8f 100644 --- a/version.h +++ b/version.h @@ -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" -- 2.7.4