X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fdali-toolkit-version.cpp;h=6ccd0d5dd85a6a310e76e6c1c2f0a413dc7780f2;hb=8ea197799b839abebf34764270a7932e8db9abf0;hp=14ab7cddffa1c675319cae3c26f482afbcf995a5;hpb=acd889e1216f09643136902ba7a115c2e5589418;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 14ab7cd..8ac2007 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 = 29; -const char * const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; +const unsigned int TOOLKIT_MAJOR_VERSION = 2; +const unsigned int TOOLKIT_MINOR_VERSION = 0; +const unsigned int TOOLKIT_MICRO_VERSION = 4; +const char* const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED namespace