DALi Version 1.4.11 36/201536/1 dali_1.4.11
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 15 Mar 2019 09:39:28 +0000 (09:39 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 15 Mar 2019 09:39:28 +0000 (09:39 +0000)
Change-Id: Id2929a298a00db3deeb0ec5ab047d119dce5c97e

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

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