DALi Version 1.1.36 91/71891/1 dali_1.1.36
authorRichard Huang <r.huang@samsung.com>
Fri, 27 May 2016 11:20:32 +0000 (12:20 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 27 May 2016 11:20:32 +0000 (12:20 +0100)
Change-Id: Ia36dcd4c5e53ab9f07e58ee872c708769fafb79b

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

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