about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-05 13:03:24 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-05 13:03:24 +0000
commitfe959e1efb0353204c67cc590e51e0ccba58d241 (patch)
tree2f2c2b420ebb9ed9a45ce062fa490e967fac7f52
parentc00160817df41d1581b2e91620c4adb5cba19a74 (diff)
downloadglibc-fe959e1efb0353204c67cc590e51e0ccba58d241.tar.gz
glibc-fe959e1efb0353204c67cc590e51e0ccba58d241.tar.xz
glibc-fe959e1efb0353204c67cc590e51e0ccba58d241.zip
	* version.h (VERSION): Bump to 2.0.100.
-rw-r--r--ChangeLog2
-rw-r--r--INSTALL2
-rw-r--r--manual/install.texi2
-rw-r--r--version.h2
4 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ed2d4881c..c8e6a234d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-11-05  Ulrich Drepper  <drepper@cygnus.com>
 
+	* version.h (VERSION): Bump to 2.0.100.
+
 	* sysdeps/i386/fpu/bits/mathinline.h (__pow2): Fix fldl -> fld.
 
 	* sysdeps/libm-i387/s_fma.S: Optimize a bit.
diff --git a/INSTALL b/INSTALL
index 305f7b4044..cb6cb51080 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,7 +21,7 @@ it from the same place you got the main bundle; the file is
 unpacked into the top level of the libc source tree.
 
    You will need recent versions of several GNU tools: definitely GCC
-and GNU Make, and possibly others.  *Note Tools for Installation::,
+and GNU Make, and possibly others.  *Note Tools for Compilation::,
 below.
 
 Configuring and compiling GNU Libc
diff --git a/manual/install.texi b/manual/install.texi
index 137a548c0c..69ba14b85f 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -27,7 +27,7 @@ file is @file{glibc-linuxthreads-@var{VERSION}.tar.gz}.  Both add-on
 bundles should be unpacked into the top level of the libc source tree.
 
 You will need recent versions of several GNU tools: definitely GCC and
-GNU Make, and possibly others.  @xref{Tools for Installation}, below.
+GNU Make, and possibly others.  @xref{Tools for Compilation}, below.
 
 @menu
 * Configuring and compiling::   How to compile and test GNU libc.
diff --git a/version.h b/version.h
index 7bf9713fff..3ae67cd27d 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
 #define RELEASE "experimental"
-#define VERSION "2.0.99"
+#define VERSION "2.0.100"