X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=optional%2Fdali-toolkit%2Fpublic-api%2Fdali-toolkit-version.h;h=8c5bf2a82e24c7fd15fe16d01f3f9bc65231b1d6;hb=a2cff199363167030d0d9d4af49749c6d23670b0;hp=e2813bff4e737d78d305d9b37512739b9857ea3d;hpb=39c0c89be0390f176f46e355a89db5d055b3e3c9;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/optional/dali-toolkit/public-api/dali-toolkit-version.h b/optional/dali-toolkit/public-api/dali-toolkit-version.h index e2813bf..8c5bf2a 100644 --- a/optional/dali-toolkit/public-api/dali-toolkit-version.h +++ b/optional/dali-toolkit/public-api/dali-toolkit-version.h @@ -18,14 +18,17 @@ * */ +// EXTERNAL INCLUDES +#include + namespace Dali { namespace Toolkit { -extern const unsigned int TOOLKIT_MAJOR_VERSION; ///< The major version number of the Toolkit. -extern const unsigned int TOOLKIT_MINOR_VERSION; ///< The minor version number of the Toolkit. -extern const unsigned int TOOLKIT_MICRO_VERSION; ///< The micro version number of the Toolkit. -extern const char * const TOOLKIT_BUILD_DATE; ///< The date/time the Toolkit library was built. +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. } // namespace Toolkit } // namespace Dali