X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fdali-toolkit-version.cpp;h=10384f325088029427f410ddc89c4ab02242b2d9;hb=f11be450471738b68f98fa4c552b3a22482ae4de;hp=9a0a1ce521226d85f18bea0fbddff048e68e92f4;hpb=344c6952fcea2510e7492d3c1b07d11b61d50925;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 9a0a1ce..e452c16 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) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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,14 +25,12 @@ namespace Dali { - namespace Toolkit { - const unsigned int TOOLKIT_MAJOR_VERSION = 1; -const unsigned int TOOLKIT_MINOR_VERSION = 4; -const unsigned int TOOLKIT_MICRO_VERSION = 37; -const char * const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; +const unsigned int TOOLKIT_MINOR_VERSION = 9; +const unsigned int TOOLKIT_MICRO_VERSION = 32; +const char* const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED namespace