DALi Version 1.3.38 80/187480/1 dali_1.3.38
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 23 Aug 2018 14:02:27 +0000 (15:02 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 23 Aug 2018 14:02:27 +0000 (15:02 +0100)
Change-Id: I1d007d60b51462052fa96b8277c6d33cdd5e75d3

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

index d78b870..9de0a7d 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-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 c22f148..c323df0 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.37
+Version:    1.3.38
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT