DALi Version 1.1.38 14/74014/1 dali_1.1.38
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 10 Jun 2016 10:47:58 +0000 (11:47 +0100)
committerXiangyin Ma <x1.ma@samsung.com>
Fri, 10 Jun 2016 10:47:58 +0000 (11:47 +0100)
Change-Id: I37e5dd74ade1b4a963c50b31b6504769e0eaedb6

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

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