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