diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-17 19:01:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-17 19:01:35 +0000 |
commit | ec2ac6d5303ac21282d0ab2865f3e00746bedacb (patch) | |
tree | 0da1c2091ec5b0b2b2a0f538839c2b3d3e21228c /version.h | |
parent | 4de1d5977c0e63cc7517308bbce9157b7903d757 (diff) | |
download | glibc-ec2ac6d5303ac21282d0ab2865f3e00746bedacb.tar glibc-ec2ac6d5303ac21282d0ab2865f3e00746bedacb.tar.gz glibc-ec2ac6d5303ac21282d0ab2865f3e00746bedacb.tar.bz2 glibc-ec2ac6d5303ac21282d0ab2865f3e00746bedacb.zip |
Wed Jul 17 17:08:48 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* version.h (VERSION): Update to 1.93.
* Makerules ($(libdir)/libc.so): Depend on
$(common-objpfx)libcrypt.so$(libcrypt.so-version).
* crypt/nocrypt.c: New file.
* Makefile (subdirs): Add crypt.
* crypt/Makefile: New file.
* Makerules (soversions.mk): Move this target, include of it, and
include of version.mk to ...
* Makeconfig: ... here.
(soversions.mk): Depend on Makeconfig instead of Makerules.
* shlib-versions (*-*-*): Set libcrypt=0.
Wed Jul 17 02:43:28 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* shlib-versions (*-*-gnu*): Set libc=0.0
Tue Jul 16 01:52:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/dl-machine.h: Follow Jul 14 change in
sysdeps/i386/dl-machine.h.
Tue Jul 16 00:14:07 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/inet/syscalls.list (connect, send): Add underscores
to the strong name, not the file name.
* csu/initfini.c: More magic. Detect if .end is produced and put it
in the output iff the compiler does.
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 "alpha" -#define VERSION "1.92" +#define VERSION "1.93" |