DALi version 1.5.2 12/227412/1
authorWonsik Jung <sidein@samsung.com>
Thu, 12 Mar 2020 01:00:32 +0000 (10:00 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 12 Mar 2020 01:00:32 +0000 (10:00 +0900)
Change-Id: I144b3479fd48b22f2bb409b0d62a57a9e037211a

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

index 97d36f0..2fe4a93 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 5;
-const unsigned int ADAPTOR_MICRO_VERSION = 1;
+const unsigned int ADAPTOR_MICRO_VERSION = 2;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED