X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=78b5687e455b98f7b6a477dcf69dd9aa5ddbef9b;hb=e79455f26fbb5111ccde17b61312e8f99609615f;hp=8ff52e17ce9fe1bb36a60868c37c06232fa5bbbd;hpb=444ee3f60f12a23aca07059c5e1109f26613e44e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/dali-core-version.cpp b/dali/public-api/dali-core-version.cpp index 8ff52e1..78b5687 100644 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,9 +25,9 @@ namespace Dali { -const uint32_t CORE_MAJOR_VERSION = 1; -const uint32_t CORE_MINOR_VERSION = 9; -const uint32_t CORE_MICRO_VERSION = 34; +const uint32_t CORE_MAJOR_VERSION = 2; +const uint32_t CORE_MINOR_VERSION = 0; +const uint32_t CORE_MICRO_VERSION = 43; const char* const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED