diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-01 20:53:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-01 20:53:27 +0000 |
commit | 19c6b9c8abf9c3d2a3c856ebc32b5cfeb3e2affe (patch) | |
tree | b8f4531b087008233a943cc3589620eabda3d0c9 /version.h | |
parent | 628a0aa1523e7160dac986d7988fcc08375cfd88 (diff) | |
download | glibc-19c6b9c8abf9c3d2a3c856ebc32b5cfeb3e2affe.tar.gz glibc-19c6b9c8abf9c3d2a3c856ebc32b5cfeb3e2affe.tar.xz glibc-19c6b9c8abf9c3d2a3c856ebc32b5cfeb3e2affe.zip |
Update.
1998-12-01 Ulrich Drepper <drepper@cygnus.com> * version.h (VERSION): Bump to 2.0.105. * sysdeps/generic/Dist: Add bits/libc-tsd.h. * sysdeps/mach/hurd/Dist: Add bits/libc-tsd.h. * sysdeps/unix/sysv/linux/mips/Dist: Add xstatconv.c.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index c1013f1781..396f3442d5 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.104" +#define VERSION "2.0.105" |