Skip to content

Commit

Permalink
DALi Version 2.3.43
Browse files Browse the repository at this point in the history
Change-Id: Ib8814b7b42f985f81a5e97e1b07a63754887aaa1
  • Loading branch information
adeelkazmi committed Sep 27, 2024
1 parent e291097 commit 5703299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dali/public-api/dali-core-version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Dali
{
const uint32_t CORE_MAJOR_VERSION = 2;
const uint32_t CORE_MINOR_VERSION = 3;
const uint32_t CORE_MICRO_VERSION = 42;
const uint32_t CORE_MICRO_VERSION = 43;
const char* const CORE_BUILD_DATE = __DATE__ " " __TIME__;

#ifdef DEBUG_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion packaging/dali.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: dali2
Summary: DALi 3D Engine
Version: 2.3.42
Version: 2.3.43
Release: 1
Group: System/Libraries
License: Apache-2.0 and BSD-3-Clause and MIT
Expand Down

0 comments on commit 5703299

Please sign in to comment.