summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-09 00:00:08 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-09 00:00:08 +0000
commit5e08ca426c5d334ee718a8b8c615c373445b2c8d (patch)
tree93d6ae538bf1392f433a2f71630b3810dba609d0
parentab951e68aadd291bb02f996829606689a6f0e73d (diff)
Update.
2000-10-08 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.1.95. * configure.in: Remove warning message.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in3
-rw-r--r--version.h2
3 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a0d28e7ff..b58bcea2b3 100644
--- 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.
diff --git a/configure.in b/configure.in
index 4b9762e09a..b95e9472a6 100644
--- a/configure.in
+++ b/configure.in
@@ -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;;
diff --git a/version.h b/version.h
index 04307b7a17..3780a3cd4d 100644
--- 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"