X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fdali-toolkit-version.cpp;h=46d317a1eb6a8859a312c89fc308a178a7510c5f;hb=f0af1b77107f7a23b2fae3da1adebcdfb8a3042c;hp=9a460c0ed101d024a611dd22d81c41f70b1ea8ad;hpb=42e6d93abfd4fc9ced3b9f366ebbc32228aa490b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/dali-toolkit-version.cpp b/dali-toolkit/public-api/dali-toolkit-version.cpp index 9a460c0..46d317a 100644 --- a/dali-toolkit/public-api/dali-toolkit-version.cpp +++ b/dali-toolkit/public-api/dali-toolkit-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. @@ -28,8 +28,8 @@ namespace Dali namespace Toolkit { const unsigned int TOOLKIT_MAJOR_VERSION = 2; -const unsigned int TOOLKIT_MINOR_VERSION = 1; -const unsigned int TOOLKIT_MICRO_VERSION = 22; +const unsigned int TOOLKIT_MINOR_VERSION = 2; +const unsigned int TOOLKIT_MICRO_VERSION = 9; const char* const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED