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:
a468641
)
Fix changelog/version.
author
Brian Aker
<brian@tangent.org>
Wed, 16 Mar 2011 06:12:28 +0000
(23:12 -0700)
committer
Brian Aker
<brian@tangent.org>
Wed, 16 Mar 2011 06:12:28 +0000
(23:12 -0700)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 3f369c88de086707ce007f98729ae178bc350a74..538463c4f3b65279247fbb5dc7f3f4105e83ad50 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,4
+1,4
@@
-0.48
+0.48
Tue Mar 15 23:05:18 PDT 2011
* Fix memory leak in server parse.
* Move test framework out to be its own library (easier to work with Gearman).
diff --git
a/configure.ac
b/configure.ac
index 07927c92c1962b7003720996d70510395fa7612d..c3b4300f7a23fce36d8e51050d1b94efff08615c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-7,7
+7,7
@@
# the COPYING file in this directory for full text.
AC_PREREQ(2.59)
-AC_INIT([libmemcached],[0.4
7
],[http://libmemcached.org/])
+AC_INIT([libmemcached],[0.4
8
],[http://libmemcached.org/])
AC_CONFIG_SRCDIR([libmemcached/memcached.c])
AC_CONFIG_AUX_DIR(config)