DALi Version 1.2.36 45/126445/1 dali_1.2.36
authoradam.b <adam.b@samsung.com>
Fri, 21 Apr 2017 11:28:52 +0000 (12:28 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 21 Apr 2017 11:28:52 +0000 (12:28 +0100)
Change-Id: Ica712efa775d2d8b1cf95e6db480e0d382c59175

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

index a2712cb..a0c940a 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 = 35;
+const unsigned int ADAPTOR_MICRO_VERSION = 36;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5871cb0..62fb672 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.35
+Version:    1.2.36
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT