+1.0.13 Fri Oct 19 00:09:28 EDT 2012
+* Fix bug that caused version string to not be exported correctly.
+
1.0.12 Tue Oct 9 03:30:20 EDT 2012
* Added memcached_result_take_value().
* Added ax_libmemcached.m4
# $1 target to compile
# $2 to die, or not to die, based on contents
-make_target ()
+function make_target ()
{
if [[ -z "$1" ]]; then
die "Programmer error, no target provided for make"
eval 'bash -n configure' || die "autoreconf generated a malformed configure"
}
-run ()
+function run ()
{
if $VERBOSE; then
echo "\`$@' $ARGS"
fi
- ($@ $ARGS)
+ $@ $ARGS
}
parse_command_line_options ()
# Use and distribution licensed under the BSD license. See
# the COPYING file in this directory for full text.
-AC_INIT([libmemcached],[1.0.12],[http://libmemcached.org/])
+AC_INIT([libmemcached],[1.0.13],[http://libmemcached.org/])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])