DALi Version 1.2.27 68/115368/1 dali_1.2.27
authoradam.b <adam.b@samsung.com>
Fri, 17 Feb 2017 12:55:42 +0000 (12:55 +0000)
committeradam.b <adam.b@samsung.com>
Fri, 17 Feb 2017 12:55:42 +0000 (12:55 +0000)
Change-Id: I9d3bf9b37885d7141fdf0b1c16b705fdadeca597

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

index 47ded8f..7491d4a 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 = 26;
+const unsigned int ADAPTOR_MICRO_VERSION = 27;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 9bdd419..94bfac6 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.26
+Version:    1.2.27
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT