diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 19:17:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 19:17:32 +0000 |
commit | 3a4aae98f0ac1dc03b9d4a39eac08aa0a58b735b (patch) | |
tree | 68c59a1022d9c6e56b7ddf9cf28a3da643c4b13b | |
parent | 548f240823a4d7fad38a7338e4ed77898ec7cd72 (diff) | |
download | glibc-3a4aae98f0ac1dc03b9d4a39eac08aa0a58b735b.zip glibc-3a4aae98f0ac1dc03b9d4a39eac08aa0a58b735b.tar.gz glibc-3a4aae98f0ac1dc03b9d4a39eac08aa0a58b735b.tar.bz2 |
Update.
* version.h (VERSION): Bump to 2.0.109.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 1998-12-28 Ulrich Drepper <drepper@cygnus.com> + * version.h (VERSION): Bump to 2.0.109. + * mach/Versions: Add mach_msg_send and mach_msg_receive. Patch by UCHIYAMA Yasushi <uch@nop.or.jp>. @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "experimental" -#define VERSION "2.0.108" +#define VERSION "2.0.109" |