diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-17 06:41:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-17 06:41:01 +0000 |
commit | 04166d6ee15cdcc3f1a5f384fdeb76ba892ecaf5 (patch) | |
tree | e54a18edd70f73e486cb966f80b4d741ff37ed68 /version.h | |
parent | b76e5a4e6b295e0917120e8f0db1cf3f987b7f86 (diff) | |
download | glibc-04166d6ee15cdcc3f1a5f384fdeb76ba892ecaf5.zip glibc-04166d6ee15cdcc3f1a5f384fdeb76ba892ecaf5.tar.gz glibc-04166d6ee15cdcc3f1a5f384fdeb76ba892ecaf5.tar.bz2 |
Update.
1998-12-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/posix/tempname.c (__path_search): Add casts for format
string.
1998-12-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sunrpc/rpc/xdr.h (XDR_DESTROY, xdr_destroy): Avoid dangling else
problem.
(IXDR_PUT_INT32): Fully parenthesize parameters.
(IXDR_GET_LONG, IXDR_PUT_LONG): Mark GCC extension. Fully
parenthesize parameter.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "experimental" -#define VERSION "2.0.107" +#define VERSION "2.0.108" |