DALi Version 1.1.37 13/73013/1 dali_1.1.37
authorTom Robinson <tom.robinson@samsung.com>
Fri, 3 Jun 2016 13:33:32 +0000 (14:33 +0100)
committerTom Robinson <tom.robinson@samsung.com>
Fri, 3 Jun 2016 13:33:32 +0000 (14:33 +0100)
Change-Id: Ib397544c05b88d7154e73fcf1e8df7b48f957157

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

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