DALi Version 1.3.11 19/169819/1 dali_1.3.11
authoradam.b <adam.b@samsung.com>
Fri, 9 Feb 2018 11:08:46 +0000 (11:08 +0000)
committeradam.b <adam.b@samsung.com>
Fri, 9 Feb 2018 11:08:46 +0000 (11:08 +0000)
Change-Id: I5f27877a62ce308b2a164b2fcbd70e498f4492e1

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

index d961b8b..a37c6aa 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 = 10;
+const unsigned int ADAPTOR_MICRO_VERSION = 11;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5d9c7d0..8b9a800 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.10
+Version:    1.3.11
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT