6c1fd79571
* version.h (RELEASE): Set to "development". (VERSION): Set to "2.18.90". * NEWS: Add 2.19 section.
5 lines
123 B
C
5 lines
123 B
C
/* This file just defines the current version number of libc. */
|
|
|
|
#define RELEASE "development"
|
|
#define VERSION "2.18.90"
|