eet now has an eet_version you can runtime check:
[framework/uifw/eet.git] / src / lib / eet_lib.c
index 82e8b21..b8b91bf 100644 (file)
@@ -69,6 +69,9 @@ void *alloca (size_t);
 #include "Eet.h"
 #include "Eet_private.h"
 
+static Eet_Version _version = { VMAJ, VMIN, VMIC, VREV };
+EAPI Eet_Version *eet_version = &_version;;
+
 #ifdef HAVE_REALPATH
 # undef HAVE_REALPATH
 #endif