From ef27d8d7f4cd24f6502bc90032971a7b38da9221 Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Sat, 3 Sep 2016 07:53:25 -0400 Subject: [PATCH] Version 1.0.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a48e462..64f8762 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([lib_mysqludf_amqp], [1.0.0], [thomasc@ssimicro.com]) +AC_INIT([lib_mysqludf_amqp], [1.0.1], [thomasc@ssimicro.com]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])