From 4142edc3faaefe26335c5445a45ea9f0827e60a1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 29 Jan 1999 13:50:18 +0000 Subject: Update. * version.h (VERSION): Bump to 2.0.112. --- ChangeLog | 2 ++ version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 97234e7db9..3de4eab78a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-29 Ulrich Drepper + * 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. diff --git a/version.h b/version.h index b88aba39a5..b6596ab2fa 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.111" +#define VERSION "2.0.112" -- cgit 1.4.1