diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-02 06:22:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-02 06:22:02 +0000 |
commit | aa298c0874c545acf0fc40f8d544cb96f0270990 (patch) | |
tree | 6c96da4360d92f1976c4d952d4db77f0235b02e8 /version.h | |
parent | 0674eb08eee7e4f8c9c31877b9579e7ab7a23f72 (diff) | |
download | glibc-aa298c0874c545acf0fc40f8d544cb96f0270990.zip glibc-aa298c0874c545acf0fc40f8d544cb96f0270990.tar.gz glibc-aa298c0874c545acf0fc40f8d544cb96f0270990.tar.bz2 |
Update.
2002-10-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/sh/pt-machine.h: Make C code ifndef'ed with __ASSEMBLER__.
* sysdeps/sh/tls.h: Likewise.
* sysdeps/unix/sysv/linux/sh/smp.h: New file.
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 VERSION "2.2.94" +#define VERSION "2.3" |