X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fdali-toolkit-version.cpp;h=6a5256df966f1219c34cbf01cc99158f3bec9383;hp=65c85c06dd496cf82f811b375ae4d565b8c85139;hb=076f84a43592f26ff0aa2bced54583f712800fe3;hpb=0feb65b31c95b251498d7a29959e461e336518cd diff --git a/dali-toolkit/public-api/dali-toolkit-version.cpp b/dali-toolkit/public-api/dali-toolkit-version.cpp index 65c85c0..6a5256d 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) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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 = 0; -const unsigned int TOOLKIT_MICRO_VERSION = 50; +const unsigned int TOOLKIT_MINOR_VERSION = 1; +const unsigned int TOOLKIT_MICRO_VERSION = 10; const char* const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED