DALi Version 1.2.41 45/131345/1 dali_1.2.41
authorgreynaga <g.reynaga@samsung.com>
Fri, 26 May 2017 12:30:53 +0000 (13:30 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 26 May 2017 12:30:53 +0000 (13:30 +0100)
Change-Id: Ie057fa3402b5f1223c18a3c6fa196e7efb532c69

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

index 7ddc8c6..3628b39 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-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 18bafc7..3e67986 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.40
+Version:    1.2.41
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT