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

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

index fba7ec8..e1d4b50 100644 (file)
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 5;
-const unsigned int TOOLKIT_MICRO_VERSION = 2;
+const unsigned int TOOLKIT_MICRO_VERSION = 3;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED