diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e9863615c2..231f06200b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-12-28 Ulrich Drepper <drepper@cygnus.com> + * version.h (VERSION): Bump to 2.0.109. + * mach/Versions: Add mach_msg_send and mach_msg_receive. Patch by UCHIYAMA Yasushi <uch@nop.or.jp>. diff --git a/version.h b/version.h index 16e84362a7..9284b36c37 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.108" +#define VERSION "2.0.109" |