DALi Version 1.5.3
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 16 Mar 2020 08:26:42 +0000 (17:26 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 16 Mar 2020 08:26:42 +0000 (17:26 +0900)
Change-Id: If3d2cab7fb7c0d8aee5614a94d42c0735f8dc3ba

dali/public-api/dali-core-version.cpp

index 960524a..10da207 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const uint32_t CORE_MAJOR_VERSION = 1;
 const uint32_t CORE_MINOR_VERSION = 5;
-const uint32_t CORE_MICRO_VERSION = 2;
+const uint32_t CORE_MICRO_VERSION = 3;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED