]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 9 Oct 2000 00:00:08 +0000 (00:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 9 Oct 2000 00:00:08 +0000 (00:00 +0000)
2000-10-08  Ulrich Drepper  <drepper@redhat.com>

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

* configure.in: Remove warning message.

ChangeLog
configure.in
version.h

index 9a0d28e7ff53d67118bd54c591a763aa3b473067..b58bcea2b3396433b3309404b6cad0f3642ff5c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 4b9762e09a61a0c8820281afeea7ca96ef32498a..b95e9472a6d0c7dde0ca726b0df5720d51f08ce0 100644 (file)
@@ -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;;
index 04307b7a170f8761f08fe9c67e33f69aad372ffd..3780a3cd4d5bb0816409086c6b4d2ca6b7df3f4e 100644 (file)
--- a/version.h
+++ b/version.h
@@ -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"