DALi Version 1.1.41 17/77917/1 dali_1.1.41
authoradam.b <adam.b@samsung.com>
Fri, 1 Jul 2016 13:28:25 +0000 (14:28 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 1 Jul 2016 13:28:25 +0000 (14:28 +0100)
Change-Id: I33835f3a4686c712ab9e99cd16c6f8822632dff4

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

index 2e4e743..34de598 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-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 2644907..01673e0 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.40
+Version:    1.1.41
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT