diff --git a/frameworks/parameter/src/parameter_common.c b/frameworks/parameter/src/parameter_common.c index efe3ca8c0868733bc9979782d00da4edc9b12cde..add0c9bf4acc28710a0e074d9984e73bc5c08f57 100644 --- a/frameworks/parameter/src/parameter_common.c +++ b/frameworks/parameter/src/parameter_common.c @@ -38,14 +38,14 @@ #define OHOS_PATCH_VERSION_FILE "/patch/pversion" static const char OHOS_OS_NAME[] = { "OpenHarmony" }; -static const int OHOS_SDK_API_VERSION = 6; +static const int OHOS_SDK_API_VERSION = 9; static const char OHOS_SECURITY_PATCH_TAG[] = {"2021-09-01"}; -static const char OHOS_RELEASE_TYPE[] = { "Beta" }; +static const char OHOS_RELEASE_TYPE[] = { "Beta3" }; -static const int MAJOR_VERSION = 1; -static const int SENIOR_VERSION = 0; -static const int FEATURE_VERSION = 1; -static const int BUILD_VERSION = 0; +static const int MAJOR_VERSION = 3; +static const int SENIOR_VERSION = 2; +static const int FEATURE_VERSION = 7; +static const int BUILD_VERSION = 5; static const char EMPTY_STR[] = { "" };