DALi Version 1.9.13 80/234180/1 dali_1.9.13
authoradam.b <adam.b@samsung.com>
Fri, 22 May 2020 09:53:58 +0000 (10:53 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 22 May 2020 09:53:58 +0000 (10:53 +0100)
Change-Id: I4790888b5a01884cd1d7059e46341b355b09e281

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

index b6b68d6..9b87b79 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 = 12;
+const unsigned int ADAPTOR_MICRO_VERSION = 13;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 28e786c..a295973 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.12
+Version:    1.9.13
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT