Skip to content

Commit 694982a

Browse files
author
fooDayuyu@gmail.com
committed
v1.0.21.1
1 parent bcaf2b4 commit 694982a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

version.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
#define COMPONENT_VERSION_MAJOR 1
77
#define COMPONENT_VERSION_MINOR 0
88
#define COMPONENT_VERSION_PATCH 21
9-
#define COMPONENT_VERSION_SUB_PATCH 0
9+
#define COMPONENT_VERSION_SUB_PATCH 1
10+
11+
#define FIX_VER
1012

1113
#define MAKE_STRING(text) #text
1214
#define MAKE_COMPONENT_VERSION(major,minor,patch) MAKE_STRING(major) "." MAKE_STRING(minor) "." MAKE_STRING(patch)

0 commit comments

Comments
 (0)