Merge "Fix MSVC warning." into devel/master
authorVíctor Cebollada <v.cebollada@samsung.com>
Mon, 30 Mar 2020 10:02:36 +0000 (10:02 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 30 Mar 2020 10:02:36 +0000 (10:02 +0000)
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 1f899ed..fb7cf3b 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 = 4;
+const uint32_t CORE_MICRO_VERSION = 5;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 600253f..6b3b28a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.9.4
+Version:    1.9.5
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT