* version.h (VERSION): Bump to 2.0.112.
This commit is contained in:
Ulrich Drepper 1999-01-29 13:50:18 +00:00
parent 9270f939c6
commit 4142edc3fa
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
1999-01-29 Ulrich Drepper <drepper@cygnus.com>
* version.h (VERSION): Bump to 2.0.112.
* sunrpc/clnt_tcp.c (clnttcp_call): Resolve 32-64 comparison
conflict for 64 bit platforms.
Patch by trott@rottmann.hi.shuttle.de.

View File

@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
#define RELEASE "experimental"
#define VERSION "2.0.111"
#define VERSION "2.0.112"