Skip to content

Commit 288d25f

Browse files
author
fooDayuyu@gmail.com
committed
v1.0.21
1 parent a3840bb commit 288d25f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

version.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55

66
#define COMPONENT_VERSION_MAJOR 1
77
#define COMPONENT_VERSION_MINOR 0
8-
#define COMPONENT_VERSION_PATCH 20
9-
#define COMPONENT_VERSION_SUB_PATCH 5
10-
11-
#define SIM_VA_MA_BETA
12-
#define FIX_VER
8+
#define COMPONENT_VERSION_PATCH 21
9+
#define COMPONENT_VERSION_SUB_PATCH 0
1310

1411
#define MAKE_STRING(text) #text
1512
#define MAKE_COMPONENT_VERSION(major,minor,patch) MAKE_STRING(major) "." MAKE_STRING(minor) "." MAKE_STRING(patch)

0 commit comments

Comments
 (0)