From 1c007207fa3fc54ad7554557fdba134158e4334f Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Mon, 3 Jun 2019 17:39:04 -0700 Subject: [PATCH] Bump version to 0.4.0 Tag version 0.4.0 to mark API change for addition of AXL_XFER_PTHREAD. Signed-off-by: Tony Hutter --- src/axl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axl.h b/src/axl.h index f4b6b7e..46c2669 100644 --- a/src/axl.h +++ b/src/axl.h @@ -8,7 +8,7 @@ extern "C" { #define AXL_SUCCESS (0) -#define AXL_VERSION "0.3.0" +#define AXL_VERSION "0.4.0" /* Supported AXL transfer methods * Note that DW, BBAPI, and CPPR must be found at compile time */