Merge "Libraries & RPM renamed to provide DALi 2" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 4 May 2020 19:27:50 +0000 (19:27 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 4 May 2020 19:27:50 +0000 (19:27 +0000)
dali/public-api/animation/constraint.cpp
dali/public-api/animation/constraint.h
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 4951c7e..6ef76f7 100644 (file)
@@ -104,7 +104,7 @@ Constraint::RemoveAction Constraint::GetRemoveAction() const
   return GetImplementation(*this).GetRemoveAction();
 }
 
-void Constraint::SetTag( uint32_t tag )
+void Constraint::SetTag( const uint32_t tag )
 {
   GetImplementation(*this).SetTag( tag );
 }
index 046d991..b847a98 100644 (file)
@@ -502,7 +502,7 @@ public:
    * @SINCE_1_0.0
    * @param[in] tag An integer to identify the constraint
    */
-  void SetTag( uint32_t tag );
+  void SetTag( const uint32_t tag );
 
   /**
    * @brief Gets the tag.
index d398ec6..a4aef47 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const uint32_t CORE_MAJOR_VERSION = 1;
 const uint32_t CORE_MINOR_VERSION = 9;
-const uint32_t CORE_MICRO_VERSION = 9;
+const uint32_t CORE_MICRO_VERSION = 10;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index cbce876..3f8d1a8 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    1.9.9
+Version:    1.9.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT