From 51fa143c95d41410ecaaf9925343ccc78a51654f Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Fri, 2 Sep 2016 13:29:54 -0400 Subject: [PATCH] Version 1.0.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 53b3da1..a921094 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([lib_mysqludf_amqp], [0.0.0], [thomasc@ssimicro.com]) +AC_INIT([lib_mysqludf_amqp], [1.0.0], [thomasc@ssimicro.com]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])