mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 11:00:07 +00:00
c3352e6233
* version.h (VERSION): Set to 1.90. * Makerules (distinfo-vars): Write extra-libs and *-routines for each of its elts. * MakeTAGS (sources): Add those sources. * MakeTAGS (all-sources): Add $(others:=.c) and $(tests:=.c). Wed May 29 08:53:08 1996 Miles Bader <miles@gnu.ai.mit.edu> * hurd/report-wait.c (_S_msg_report_wait): Return `itimer' for the itimer thread. * hurd/hurdinit.c (_hurd_init): Set _HURDSIG_TRACED before calling _hurd_proc_init. * string/tester.c (main): Fix strsep tests 6, 7, 20 to expect null token instead of it being implicitly skipped.
5 lines
114 B
C
5 lines
114 B
C
/* This file just defines the current version number of libc. */
|
|
|
|
#define RELEASE "alpha"
|
|
#define VERSION "1.90"
|