DALi Version 1.3.41 46/189246/1 dali_1.3.41
authoradam.b <adam.b@samsung.com>
Fri, 14 Sep 2018 14:20:46 +0000 (15:20 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 14 Sep 2018 14:20:46 +0000 (15:20 +0100)
Change-Id: I611e69aad2675516f9074ec0893eb1f5fe6f12f1

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

index ec41809..36f8382 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 = 40;
+const unsigned int ADAPTOR_MICRO_VERSION = 41;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 70c4b30..743ae34 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.40
+Version:    1.3.41
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT