Merge "DALi Version 2.2.15" into devel/master
[platform/core/uifw/dali-core.git] / dali / public-api / dali-core-version.h
index 6df6e63..ed1df80 100644 (file)
@@ -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) 2014 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.
  *
  */
 
+// EXTERNAL INCLUDES
+#include <cstdint> // uint32_t
+
+// INTERNAL INCLUDES
+#include <dali/public-api/common/dali-common.h>
+
 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_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