change version.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I69b04cb6b8c152dce78532bd3a2d975d013a529d
This commit is contained in:
yudechen
2022-08-17 15:14:21 +08:00
parent 072be6da4f
commit a124885f9a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
v2.0.0 reorganize syscap define.
v1.1.2 add syscap "SystemCapability.ArkUI.UiAppearance".
v1.1.1 add compare string pcid with rpcid function.
v1.1.0 add encode/decode string format PCID/RPCID.
+1 -1
View File
@@ -29,7 +29,7 @@
printf("ERROR: [%s: %d] -> ", __FILE__, __LINE__); \
printf(__VA_ARGS__); \
} while (0)
#define SYSCAP_VERSION "1.1.2"
#define SYSCAP_VERSION "2.0.0"
#define OUTPUT_VERSION_LEN 200
#define ENCODE 0
#define DECODE 1