Change-Id: I9a8de8ca55a3702fae786ddbe1f1d947db8c20d6
namespace Dali
{
const unsigned int ADAPTOR_MAJOR_VERSION = 2;
-const unsigned int ADAPTOR_MINOR_VERSION = 3;
-const unsigned int ADAPTOR_MICRO_VERSION = 54;
+const unsigned int ADAPTOR_MINOR_VERSION = 4;
+const unsigned int ADAPTOR_MICRO_VERSION = 0;
const char* const ADAPTOR_BUILD_DATE = __DATE__ " " __TIME__;
#ifdef DEBUG_ENABLED
Name: dali2-adaptor
Summary: The DALi Tizen Adaptor
-Version: 2.3.54
+Version: 2.4.0
Release: 1
Group: System/Libraries
License: Apache-2.0 and BSD-3-Clause and MIT