X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fdali-toolkit-version.h;h=1990fc2e4152ffe3e00ad17977d527cad751e40f;hb=35309f882c990c309b41aff6d11664c0c8637bb2;hp=8c5bf2a82e24c7fd15fe16d01f3f9bc65231b1d6;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/dali-toolkit-version.h b/dali-toolkit/public-api/dali-toolkit-version.h index 8c5bf2a..1990fc2 100644 --- a/dali-toolkit/public-api/dali-toolkit-version.h +++ b/dali-toolkit/public-api/dali-toolkit-version.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_VERSION_H__ -#define __DALI_TOOLKIT_VERSION_H__ +#ifndef DALI_TOOLKIT_VERSION_H +#define DALI_TOOLKIT_VERSION_H /* - * Copyright (c) 2014 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. @@ -19,17 +19,17 @@ */ // EXTERNAL INCLUDES -#include +#include namespace Dali { namespace Toolkit { -DALI_IMPORT_API extern const unsigned int TOOLKIT_MAJOR_VERSION; ///< The major version number of the Toolkit. -DALI_IMPORT_API extern const unsigned int TOOLKIT_MINOR_VERSION; ///< The minor version number of the Toolkit. -DALI_IMPORT_API extern const unsigned int TOOLKIT_MICRO_VERSION; ///< The micro version number of the Toolkit. -DALI_IMPORT_API extern const char * const TOOLKIT_BUILD_DATE; ///< The date/time the Toolkit library was built. +DALI_TOOLKIT_API extern const unsigned int TOOLKIT_MAJOR_VERSION; ///< The major version number of the Toolkit. +DALI_TOOLKIT_API extern const unsigned int TOOLKIT_MINOR_VERSION; ///< The minor version number of the Toolkit. +DALI_TOOLKIT_API extern const unsigned int TOOLKIT_MICRO_VERSION; ///< The micro version number of the Toolkit. +DALI_TOOLKIT_API extern const char* const TOOLKIT_BUILD_DATE; ///< The date/time the Toolkit library was built. } // namespace Toolkit } // namespace Dali -#endif // __DALI_TOOLKIT_VERSION_H__ +#endif // DALI_TOOLKIT_VERSION_H