2c8bfe7d6f
* version.h (RELEASE): Set to "development". (VERSION): Set to "2.17.90". * NEWS: Add 2.18 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.17.90"
|