version.h 210 B

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