diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-05 06:52:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-05 06:52:02 +0000 |
commit | 05a5122742c8519f28628cf16129a5a3d65a957d (patch) | |
tree | 943055c83a651f499fe6923cc71ce82aede6efce /version.h | |
parent | 7edd1b564cbcdf4fa7481eb8cbe1354eb5a686ff (diff) | |
download | glibc-05a5122742c8519f28628cf16129a5a3d65a957d.tar.gz |
Update.
2002-10-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
2002-10-03 Ulrich Drepper <drepper@redhat.com>
* version.h (RELEASE): Change to stable.
See ChangeLog.13 for earlier changes.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "development" +#define RELEASE "stable" #define VERSION "2.3" |