Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* version.h (VERSION): Bump to 2.1.
	(RELEASE): Change to stable.
  • Loading branch information
Ulrich Drepper committed Feb 3, 1999
1 parent 649ad05 commit de1703f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
1999-02-03 Ulrich Drepper <drepper@cygnus.com>

* version.h (VERSION): Bump to 2.1.
(RELEASE): Change to stable.

* elf/dlsym.c (dlsym_doit): If no symbol for RTLD_NEXT is found
initialize ref element of args object so that dlsym does not dump
a core.
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */

#define RELEASE "experimental"
#define VERSION "2.0.112"
#define RELEASE "stable"
#define VERSION "2.1"

0 comments on commit de1703f

Please sign in to comment.