DALi Version 1.1.26 21/62821/1 dali_1.1.26
authorRichard Huang <r.huang@samsung.com>
Fri, 18 Mar 2016 13:09:53 +0000 (13:09 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 18 Mar 2016 13:09:53 +0000 (13:09 +0000)
Change-Id: If6f819fbb9c60857a86e1f556e76035851027bd9

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

index 3c9b9d7..0d85601 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 = 25;
+const unsigned int ADAPTOR_MICRO_VERSION = 26;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 71d74f8..f9ebb89 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.25
+Version:    1.1.26
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT