From a17fce66f8e4218feb4607eb83915e44c510c08c Mon Sep 17 00:00:00 2001 From: CamStan Date: Tue, 5 Oct 2021 15:50:27 -0700 Subject: [PATCH] Incremental release v0.5.0 Update AXL_VERSION to v0.5.0 for tagging a new release in preparation for SCR v3.0rc2. --- src/axl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axl.h b/src/axl.h index d8a9d89..9dfb82f 100644 --- a/src/axl.h +++ b/src/axl.h @@ -8,7 +8,7 @@ extern "C" { #define AXL_SUCCESS (0) -#define AXL_VERSION "0.4.0" +#define AXL_VERSION "0.5.0" /** \defgroup axl AXL * \brief Asynchronous Transfer Library