DALi Version 1.3.25 32/179532/1 dali_1.3.25
authorgreynaga <g.reynaga@samsung.com>
Fri, 18 May 2018 11:03:33 +0000 (12:03 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 18 May 2018 11:03:33 +0000 (12:03 +0100)
Change-Id: I8d2d320c3635824a5ba807dd6439b21239634bc5

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

index 137c97c..9a56621 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-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 4d1a62c..d8edb3d 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.24
+Version:    1.3.25
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT