blob: 811d35a978c95963cd7811855df1cd27c9c63706 [file] [log] [blame]
#include "version.h"
static const char version[] = VERSION;
__attribute__((__visibility__("hidden"))) const char* __libc_get_version() {
return version;
}