X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.h;h=e8658bb733c2d3ebd7da343098842f9c8560c9f3;hp=5872984c18104bb7a4a737a838fafdab8183fdb8;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hpb=b41db98148be41ef5928f4335e985bf62252dde7 diff --git a/dali/public-api/dali-core-version.h b/dali/public-api/dali-core-version.h index 5872984..e8658bb 100644 --- a/dali/public-api/dali-core-version.h +++ b/dali/public-api/dali-core-version.h @@ -18,14 +18,17 @@ * */ +// EXTERNAL INCLUDES +#include // uint32_t + // INTERNAL INCLUDES #include namespace Dali { -DALI_CORE_API extern const unsigned int CORE_MAJOR_VERSION; ///< The major version number of the Core library. -DALI_CORE_API extern const unsigned int CORE_MINOR_VERSION; ///< The minor version number of the Core library. -DALI_CORE_API extern const unsigned int CORE_MICRO_VERSION; ///< The micro version number of the Core library. +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