From 163a1ad25391641ae36a59dc02451a4e683d3147 Mon Sep 17 00:00:00 2001 From: twosee Date: Mon, 7 Nov 2022 14:59:34 +0800 Subject: [PATCH] Release v0.2.0-alpha.1 --- include/swow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/swow.h b/include/swow.h index 68c6433..eca884f 100644 --- a/include/swow.h +++ b/include/swow.h @@ -29,12 +29,12 @@ extern "C" { /* version */ -#define SWOW_VERSION "0.2.0-alpha" +#define SWOW_VERSION "0.2.0-alpha.1" #define SWOW_VERSION_ID 200 #define SWOW_MAJOR_VERSION 0 #define SWOW_MINOR_VERSION 2 #define SWOW_RELEASE_VERSION 0 -#define SWOW_EXTRA_VERSION "alpha" +#define SWOW_EXTRA_VERSION "alpha.1" /* compiler */