X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-adaptor-version.cpp;h=be1f62129936cd8f55c48888b0615f75da406979;hb=578a2e12b2e2ffe3726a987b6eb531bcc6e85ea0;hp=89143ee06f081ece8e77eee2700d8e4670b99c29;hpb=76d5da4fd8ab6fd3b68f95790994c9601f916e07;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/public-api/dali-adaptor-version.cpp b/dali/public-api/dali-adaptor-version.cpp index 89143ee..3b744ff 100644 --- a/dali/public-api/dali-adaptor-version.cpp +++ b/dali/public-api/dali-adaptor-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,11 +25,10 @@ namespace Dali { - -const unsigned int ADAPTOR_MAJOR_VERSION = 1; -const unsigned int ADAPTOR_MINOR_VERSION = 4; -const unsigned int ADAPTOR_MICRO_VERSION = 38; -const char * const ADAPTOR_BUILD_DATE = __DATE__ " " __TIME__; +const unsigned int ADAPTOR_MAJOR_VERSION = 2; +const unsigned int ADAPTOR_MINOR_VERSION = 0; +const unsigned int ADAPTOR_MICRO_VERSION = 7; +const char* const ADAPTOR_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED namespace