From 8e2c63a1f9a1ace1f9c661a8e84894258f0e10a3 Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Fri, 10 Sep 2021 09:19:48 +0200 Subject: [PATCH] tag: v0.2.0-rc1 Release v0.2.0-rc1 Release Tag Signed-off-by: Kevin Townsend --- include/zsl/zsl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/zsl/zsl.h b/include/zsl/zsl.h index 7ab1ffe..028fade 100644 --- a/include/zsl/zsl.h +++ b/include/zsl/zsl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 Kevin Townsend (KTOWN) + * Copyright (c) 2019-2021 Kevin Townsend (KTOWN) * * SPDX-License-Identifier: Apache-2.0 */ @@ -36,11 +36,11 @@ extern "C" { * o "-release" */ -#define ZSL_VERSION "0.2.0-alpha" +#define ZSL_VERSION "0.2.0-rc1" #define ZSL_VERSION_MAJOR 0 #define ZSL_VERSION_MINOR 2 #define ZSL_VERSION_REVISION 0 -#define ZSL_VERSION_STATUS "-alpha" +#define ZSL_VERSION_STATUS "-rc1" #define ZSL_VERSION_DATE __DATE__ extern const char *zsl_version;