DALi Version 1.5.0
[platform/core/uifw/dali-core.git] / dali / public-api / dali-core-version.cpp
index 6df1435..a4f6de2 100644 (file)
@@ -27,8 +27,8 @@ namespace Dali
 {
 
 const uint32_t CORE_MAJOR_VERSION = 1;
-const uint32_t CORE_MINOR_VERSION = 4;
-const uint32_t CORE_MICRO_VERSION = 57;
+const uint32_t CORE_MINOR_VERSION = 5;
+const uint32_t CORE_MICRO_VERSION = 0;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED