DALi Version 1.9.25 88/241088/1 dali_1.9.25
authorgreynaga <g.reynaga@samsung.com>
Fri, 14 Aug 2020 10:38:46 +0000 (11:38 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 14 Aug 2020 10:38:46 +0000 (11:38 +0100)
Change-Id: I3de6b3157c302d6252ad89cf2dc2ca4db8b2dc8a

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

index 3f2af2b..f5001f3 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 9;
-const unsigned int ADAPTOR_MICRO_VERSION = 24;
+const unsigned int ADAPTOR_MICRO_VERSION = 25;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index d72774a..68a4f56 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.24
+Version:    1.9.25
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT