libmctp: v0.10

Introduce v2 of the astlpc binding protocol.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Idaba0167f605d51fba30cebdce432ca9c38463d7
diff --git a/configure.ac b/configure.ac
index 6b36124..eaa9b7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Initialization
 AC_PREREQ([2.69])
-AC_INIT([libmctp], 0.9, [https://github.com/openbmc/libmctp/issues])
+AC_INIT([libmctp], 0.10, [https://github.com/openbmc/libmctp/issues])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIRS([m4])
 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror -Wno-portability foreign dist-xz])