diff options
Diffstat (limited to 'libc/misc/internals/version.h')
-rw-r--r-- | libc/misc/internals/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/misc/internals/version.h b/libc/misc/internals/version.h new file mode 100644 index 000000000..2d38baf04 --- /dev/null +++ b/libc/misc/internals/version.h @@ -0,0 +1,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__) |