DALi Version 1.3.5 40/165040/1 dali_1.3.5
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 22 Dec 2017 14:19:01 +0000 (14:19 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 22 Dec 2017 14:19:01 +0000 (14:19 +0000)
Change-Id: Iff6512ba4d69dd72e29f153ba2f9aa5e1307335e

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

index 061c569..f362b19 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 = 4;
+const unsigned int ADAPTOR_MICRO_VERSION = 5;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 0c20e82..931def3 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.4
+Version:    1.3.5
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT