X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.h;h=ed1df802fbf6a26d88019b246c1274d6bd089726;hb=ddccef141a44bc4b741c5a92f67b693d5e50cd61;hp=e8658bb733c2d3ebd7da343098842f9c8560c9f3;hpb=1f3cd504c5aced1a62b506c95b3658d1f0341d85;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/dali-core-version.h b/dali/public-api/dali-core-version.h index e8658bb..ed1df80 100644 --- a/dali/public-api/dali-core-version.h +++ b/dali/public-api/dali-core-version.h @@ -1,8 +1,8 @@ -#ifndef __DALI_CORE_VERSION_H__ -#define __DALI_CORE_VERSION_H__ +#ifndef DALI_CORE_VERSION_H +#define DALI_CORE_VERSION_H /* - * Copyright (c) 2018 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. @@ -26,10 +26,10 @@ namespace Dali { -DALI_CORE_API extern const uint32_t CORE_MAJOR_VERSION; ///< The major version number of the Core library. -DALI_CORE_API extern const uint32_t CORE_MINOR_VERSION; ///< The minor version number of the Core library. -DALI_CORE_API extern const uint32_t CORE_MICRO_VERSION; ///< The micro version number of the Core library. -DALI_CORE_API extern const char * const CORE_BUILD_DATE; ///< The date/time the Core library was built. +DALI_CORE_API extern const uint32_t CORE_MAJOR_VERSION; ///< The major version number of the Core library. +DALI_CORE_API extern const uint32_t CORE_MINOR_VERSION; ///< The minor version number of the Core library. +DALI_CORE_API extern const uint32_t CORE_MICRO_VERSION; ///< The micro version number of the Core library. +DALI_CORE_API extern const char* const CORE_BUILD_DATE; ///< The date/time the Core library was built. } // namespace Dali -#endif // __DALI_CORE_VERSION_H__ +#endif // DALI_CORE_VERSION_H