DALi Version 1.4.13 94/202494/1 dali_1.4.13
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 29 Mar 2019 07:07:05 +0000 (07:07 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 29 Mar 2019 07:07:05 +0000 (07:07 +0000)
Change-Id: Id818007b7c19d93ece7717482596ac0f35b33a2c

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

index abf526f..1f1e505 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 12;
+const unsigned int ADAPTOR_MICRO_VERSION = 13;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index d97f401..30f816c 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.12
+Version:    1.4.13
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT