X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.h;h=48bf11245b5f1bb16553230380e4d311f3cea3c1;hb=d80a089b3d60699c0c263f127b343d6d90370576;hp=6df6e638f07f1a41af05fa03a89af9a5f2cfc159;hpb=28c6eee8b8d9ec11a32cdc354fef77d67207fab9;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 6df6e63..48bf112 100644 --- a/dali/public-api/dali-core-version.h +++ b/dali/public-api/dali-core-version.h @@ -2,7 +2,7 @@ #define __DALI_CORE_VERSION_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 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. @@ -18,12 +18,15 @@ * */ +// INTERNAL INCLUDES +#include + namespace Dali { -extern const unsigned int CORE_MAJOR_VERSION; ///< The major version number of the Core library. -extern const unsigned int CORE_MINOR_VERSION; ///< The minor version number of the Core library. -extern const unsigned int CORE_MICRO_VERSION; ///< The micro version number of the Core library. -extern const char * const CORE_BUILD_DATE; ///< The date/time the Core library was built. +DALI_IMPORT_API extern const unsigned int CORE_MAJOR_VERSION; ///< The major version number of the Core library. +DALI_IMPORT_API extern const unsigned int CORE_MINOR_VERSION; ///< The minor version number of the Core library. +DALI_IMPORT_API extern const unsigned int CORE_MICRO_VERSION; ///< The micro version number of the Core library. +DALI_IMPORT_API extern const char * const CORE_BUILD_DATE; ///< The date/time the Core library was built. } // namespace Dali #endif // __DALI_CORE_VERSION_H__