astlpc: Bump protocol support to v2
The new functionality in v2 is the one feature to negotiate transmission
units larger than the MCTP baseline transmission unit.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Ia7d9b1177b0e0a3af911f2d960456682327abe4d
diff --git a/astlpc.c b/astlpc.c
index d8129d1..0cfd856 100644
--- a/astlpc.c
+++ b/astlpc.c
@@ -95,7 +95,7 @@
/* Support testing of new binding protocols */
#ifndef ASTLPC_VER_CUR
-#define ASTLPC_VER_CUR 1
+#define ASTLPC_VER_CUR 2
#endif
#define ASTLPC_PACKET_SIZE(sz) (4 + (sz))