Skip to content

Commit

Permalink
tag: v0.2.0-rc1 Release
Browse files Browse the repository at this point in the history
v0.2.0-rc1 Release Tag

Signed-off-by: Kevin Townsend <kevin@ktownsend.com>
  • Loading branch information
microbuilder committed Sep 10, 2021
1 parent eefaa00 commit 8e2c63a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/zsl/zsl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019-2020 Kevin Townsend (KTOWN)
* Copyright (c) 2019-2021 Kevin Townsend (KTOWN)
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8e2c63a

Please sign in to comment.