DALi Version 1.1.27 84/63584/1 dali_1.1.27
authorTom Robinson <tom.robinson@samsung.com>
Thu, 24 Mar 2016 15:48:59 +0000 (15:48 +0000)
committerTom Robinson <tom.robinson@samsung.com>
Thu, 24 Mar 2016 15:48:59 +0000 (15:48 +0000)
Change-Id: Ic52c9ed654a6b6311ecab31259b4b5bfbebb07c4

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

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