DALi Version 1.4.24 72/207972/1
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 14 Jun 2019 10:36:40 +0000 (11:36 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 14 Jun 2019 10:36:40 +0000 (11:36 +0100)
Change-Id: I14b9f53046ecfc9adb317987e4e739f8ffb1f426

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

index c4bbe1c..f8966b5 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 23;
+const unsigned int ADAPTOR_MICRO_VERSION = 24;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 3abe668..35b9469 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.23
+Version:    1.4.24
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT