DALi Version 1.3.8 99/167699/1 dali_1.3.8
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 19 Jan 2018 08:15:55 +0000 (08:15 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 19 Jan 2018 08:15:55 +0000 (08:15 +0000)
Change-Id: I2342d429c3561714caa2b44e936ea5245b844ebd

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

index 2114599..521e9bf 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 = 7;
+const unsigned int ADAPTOR_MICRO_VERSION = 8;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 2d95707..d663d15 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.7
+Version:    1.3.8
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT