mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 19:09:58 +08:00
a9c42bde0b
* NEWS: Update with 1.13.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.13.0. * aclocal.m4: Regenerated. * configure: Ditto. * doc/aclocal.m4: Ditto. * doc/configure: Ditto. * iconvdata/aclocal.m4: Ditto. * iconvdata/configure: Ditto. * libc/*/aclocal.m4: Ditto. * libc/*/configure: Ditto. * libc/libc.texinfo: Ditto. * libm/*/aclocal.m4: Ditto. * libm/*/configure: Ditto. * libm/libm.texinfo: Ditto. * libc/sys/linux/shared.ld: Add VERS_1.13.
16 lines
111 B
Plaintext
16 lines
111 B
Plaintext
VERS_1.10 {
|
|
global: *;
|
|
};
|
|
|
|
VERS_1.11 {
|
|
global: *;
|
|
};
|
|
|
|
VERS_1.12 {
|
|
global: *;
|
|
};
|
|
|
|
VERS_1.13 {
|
|
global: *;
|
|
};
|