DALi Version 1.9.10 45/232345/1 dali_1.9.10
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 1 May 2020 11:00:59 +0000 (12:00 +0100)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 1 May 2020 11:00:59 +0000 (12:00 +0100)
Change-Id: I843269f12c0e083fe769ee81739fdcb5aca608e8

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

index 2c0df2a..be1f621 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 = 9;
+const unsigned int ADAPTOR_MICRO_VERSION = 10;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7cf4628..456e141 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.9
+Version:    1.9.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT