53e5cdd844
2000-11-09 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.2. (RELEASE): Set to stable. * posix/Makefile (tst-dir-ARGS): Fix problem with compiling in source directory.
5 lines
114 B
C
5 lines
114 B
C
/* This file just defines the current version number of libc. */
|
|
|
|
#define RELEASE "stable"
|
|
#define VERSION "2.2"
|