configure.h | configure.h | |||
---|---|---|---|---|
skipping to change at line 46 | skipping to change at line 46 | |||
*/ | */ | |||
#pragma once | #pragma once | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
#define LIBMEMCACHED_WITH_SASL_SUPPORT 1 | #define LIBMEMCACHED_WITH_SASL_SUPPORT 1 | |||
#define LIBMEMCACHED_VERSION_STRING "1.0.14" | #define LIBMEMCACHED_VERSION_STRING "1.0.15" | |||
#define LIBMEMCACHED_VERSION_HEX 0x01000014 | #define LIBMEMCACHED_VERSION_HEX 0x01000015 | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |