X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fdali-toolkit-version.h;h=1990fc2e4152ffe3e00ad17977d527cad751e40f;hb=a88db82a75443d573185aea2938f1f0be141ca64;hp=9c591623d7b9cb97444fec3177c5dc9f32557937;hpb=61be2f8d3c96e01da8e6ade2a76a192ff6ab6945;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 9c59162..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) 2015 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