DALi Version 1.3.6 68/166068/1 dali_1.3.6
authorRichard Huang <r.huang@samsung.com>
Fri, 5 Jan 2018 13:32:53 +0000 (13:32 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 5 Jan 2018 13:32:53 +0000 (13:32 +0000)
Change-Id: I29f95bd1e24ced80437decbbfe90f3e0306580ab

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

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