blob: 144b89f6d5487c921d7079892b5018eeac4d85d1 [file] [log] [blame]
#include <libestr.h>
#include <string.h>
int main()
{
return strcmp(es_version(), "0.1.11") == 0 ? 0 : 1;
}