blob: 2d38baf0465c57fb17bd276217e46095a320b79d (
plain)
1
2
3
4
|
/* This file just defines the current version number of libc. */
#define RELEASE "release"
#define VERSION __stringify(__UCLIBC_MAJOR__) "." __stringify(__UCLIBC_MINOR__) "." __stringify(__UCLIBC_SUBLEVEL__)
|