X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=53c4e01618b94a17be01986dbc1a2f1ff04596a8;hb=299a66a0502db6398a41d21fe0dce5d439067f61;hp=d14463bb80506873ba2abbbeda626edd6cf8f79d;hpb=f5998322ce4795be86e25d3f642f78c99ddb5544;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 d14463b..53c4e01 100644 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -26,8 +26,8 @@ namespace Dali { const uint32_t CORE_MAJOR_VERSION = 2; -const uint32_t CORE_MINOR_VERSION = 1; -const uint32_t CORE_MICRO_VERSION = 41; +const uint32_t CORE_MINOR_VERSION = 2; +const uint32_t CORE_MICRO_VERSION = 9; const char* const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED