* version.h (VERSION): Bump to 2.0.110.
This commit is contained in:
Ulrich Drepper 1999-01-14 12:13:08 +00:00
parent 8ab1cf08c6
commit 47d805f646
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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"