X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fdali-toolkit-version.cpp;h=3b6a6fc02381159e9c5380daf20fba5670a56f2d;hb=1ac29fd1c5cc68034da8338f8ab4d9a4899f6027;hp=7639b889fbda1ab00ce3897c0f81b073c4dad993;hpb=b4462f52610b0f54cf878d2497bfe6287e6faf0d;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 7639b88..3b6a6fc 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 = 38; +const unsigned int TOOLKIT_MINOR_VERSION = 2; +const unsigned int TOOLKIT_MICRO_VERSION = 15; const char* const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED