DALi Version 1.2.10 29/92329/1 dali_1.2.10
authorRichard Huang <r.huang@samsung.com>
Fri, 14 Oct 2016 13:16:51 +0000 (14:16 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 14 Oct 2016 13:16:51 +0000 (14:16 +0100)
Change-Id: I445ada648848e769bba9b39d71e53a6d5d1932d3

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

index 4cb3e9d..c444e91 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 = 9;
+const unsigned int ADAPTOR_MICRO_VERSION = 10;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 241d0c5..2daf166 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.9
+Version:    1.2.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT