X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-adaptor-version.cpp;h=4afbdb05cc83b2b4ca299c0cf2440b21b0121ad9;hb=0f9ac19f22e942610bb1fb5f6fd06f743278d2ab;hp=348dc8a6c033c2859b2169f4bced5bfa29777180;hpb=86fcc9e665f212ba04b98dfea56677b8c80b0839;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 348dc8a..4afbdb0 100644 --- a/dali/public-api/dali-adaptor-version.cpp +++ b/dali/public-api/dali-adaptor-version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -27,8 +27,8 @@ namespace Dali { const unsigned int ADAPTOR_MAJOR_VERSION = 1; -const unsigned int ADAPTOR_MINOR_VERSION = 3; -const unsigned int ADAPTOR_MICRO_VERSION = 53; +const unsigned int ADAPTOR_MINOR_VERSION = 4; +const unsigned int ADAPTOR_MICRO_VERSION = 25; const char * const ADAPTOR_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED