Working on getting version patch working
[awesomized/libmemcached] / lib / memcached_version.c
index 2863b76bf921bb69f3976ac9fabf594e994fa393..f4a04d7d233b422ed8979f4ba1a4f14f63d9ea48 100644 (file)
@@ -1,5 +1,9 @@
 #include "common.h"
 
+const char * memcached_lib_version(void) {
+  return LIBMEMCACHED_VERSION_STRING;
+}
+
 memcached_return memcached_version(memcached_st *ptr)
 {
   unsigned int x;