summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-29 13:50:18 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-29 13:50:18 +0000
commit4142edc3faaefe26335c5445a45ea9f0827e60a1 (patch)
tree9b79608fd884f31500f72e8acd55fd2b16959ac7
parent9270f939c654f2682299b99c4ff50d9ebefc63cc (diff)
Update.
* version.h (VERSION): Bump to 2.0.112.
-rw-r--r--ChangeLog2
-rw-r--r--version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97234e7db9..3de4eab78a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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"