projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
c2d2874
)
MEMCACHED_VERSION_STRING changed _back_ to LIBMEMCACHED_VERSION_STRING
author
<patg@patg.net>
<>
Sun, 20 Jan 2008 01:25:09 +0000
(20:25 -0500)
committer
<patg@patg.net>
<>
Sun, 20 Jan 2008 01:25:09 +0000
(20:25 -0500)
include/memcached.h
patch
|
blob
|
history
tests/function.c
patch
|
blob
|
history
diff --git
a/include/memcached.h
b/include/memcached.h
index 1f1479c9272fa05934a1c3a89591383705ece434..52118872f1b7cd0f1fbe45cc1fbf081a5bf5e3d2 100644
(file)
--- a/
include/memcached.h
+++ b/
include/memcached.h
@@
-32,7
+32,7
@@
extern "C" {
#define MEMCACHED_DEFAULT_TIMEOUT INT32_MAX
/* string value */
-#define MEMCACHED_VERSION_STRING "0.14"
+#define
LIB
MEMCACHED_VERSION_STRING "0.14"
/* binary values */
#define MEMCACHED_MAJOR_VERSION 0
#define MEMCACHED_MAJOR_VERSION 14
diff --git
a/tests/function.c
b/tests/function.c
index 748eac57a76c726e1f604f94fd81385bd8a65eed..1c5ac20d6a45bbe25d305d0086db3889c6a89d33 100644
(file)
--- a/
tests/function.c
+++ b/
tests/function.c
@@
-893,7
+893,7
@@
uint8_t version_string_test
{
const char *version_string;
version_string= memcached_lib_version();
- assert(!strcmp(version_string, MEMCACHE_VERSION_STRING));
+ assert(!strcmp(version_string,
LIB
MEMCACHE_VERSION_STRING));
return 0;
}