From 6e592c2975e016bce7b8f5c99b67c06b50003f73 Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Tue, 21 May 2019 14:12:21 -0700 Subject: [PATCH] Bump version to 0.3.0 Tag version 0.3.0 to mark API change for addition of AXL_XFER_DEFAULT and AXL_XFER_NAVIVE, and the removal of AXL_XFER_BEST. 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 9c1b18a..fb17dff 100644 --- a/src/axl.h +++ b/src/axl.h @@ -8,7 +8,7 @@ extern "C" { #define AXL_SUCCESS (0) -#define AXL_VERSION "0.2.0" +#define AXL_VERSION "0.3.0" /* Supported AXL transfer methods * Note that DW, BBAPI, and CPPR must be found at compile time */