DALi Version 1.3.46 73/191573/1 dali_1.3.46
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 18 Oct 2018 13:26:32 +0000 (14:26 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 18 Oct 2018 13:26:32 +0000 (14:26 +0100)
Change-Id: I7565643f9a2ee06fb128bdfa21f98611dd9f42cc

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

index a09f572..9d79f47 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 = 45;
+const unsigned int ADAPTOR_MICRO_VERSION = 46;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 6827074..bdb7a55 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.45
+Version:    1.3.46
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT