Skip to content

Commit 163a1ad

Browse files
committed
Release v0.2.0-alpha.1
1 parent 41c12a8 commit 163a1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swow.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ extern "C" {
2929

3030
/* version */
3131

32-
#define SWOW_VERSION "0.2.0-alpha"
32+
#define SWOW_VERSION "0.2.0-alpha.1"
3333
#define SWOW_VERSION_ID 200
3434
#define SWOW_MAJOR_VERSION 0
3535
#define SWOW_MINOR_VERSION 2
3636
#define SWOW_RELEASE_VERSION 0
37-
#define SWOW_EXTRA_VERSION "alpha"
37+
#define SWOW_EXTRA_VERSION "alpha.1"
3838

3939
/* compiler */
4040

0 commit comments

Comments
 (0)