DALi Version 1.5.6 74/229874/1
authorSunghyun Kim <scholb.kim@samsung.com>
Mon, 6 Apr 2020 07:08:48 +0000 (16:08 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Mon, 6 Apr 2020 07:08:48 +0000 (16:08 +0900)
Change-Id: I3000f892db09c882376c9fe67be1777e22d612cc

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

index 9f5c46b..f424fc3 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 = 5;
+const unsigned int ADAPTOR_MICRO_VERSION = 6;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 657db82..9d65a1a 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.5
+Version:    1.5.6
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT