diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 1999-01-14 Ulrich Drepper <drepper@cygnus.com> + * version.h (VERSION): Bump to 2.0.110. + * nis/nis_error.c (nis_errlist): Fix typo in string. * misc/regexp.h: Add restrict to function declarations. @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "experimental" -#define VERSION "2.0.109" +#define VERSION "2.0.110" |