mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Update.
2000-10-08 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.1.95. * configure.in: Remove warning message.
This commit is contained in:
parent
ab951e68aa
commit
5e08ca426c
3 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-10-08 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* version.h (VERSION): Bump to 2.1.95.
|
||||
|
||||
* configure.in: Remove warning message.
|
||||
|
||||
2000-10-07 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/elf.h: Add a few section-related symbols.
|
||||
|
|
|
@ -1435,9 +1435,6 @@ RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
|
|||
AC_SUBST(VERSION)
|
||||
AC_SUBST(RELEASE)
|
||||
|
||||
echo '*** Do NOT install this release on any production system!'
|
||||
echo '*** We are in early testing stages.'
|
||||
|
||||
AC_OUTPUT(config.make glibcbug ${config_makefile} ${config_uname}, [
|
||||
case $CONFIG_FILES in *config.make*)
|
||||
echo "$config_vars" >> config.make;;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file just defines the current version number of libc. */
|
||||
|
||||
#define RELEASE "development"
|
||||
#define VERSION "2.1.94"
|
||||
#define VERSION "2.1.95"
|
||||
|
|
Loading…
Add table
Reference in a new issue