DALi Version 2.2.48 99/299999/1 dali_2.2.48
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 13 Oct 2023 10:06:39 +0000 (11:06 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 13 Oct 2023 10:06:39 +0000 (11:06 +0100)
Change-Id: I3d0069714d21b8ba1c20545bf664cce370a6d920

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

index 3969c0f..5305a74 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-const unsigned int ADAPTOR_MICRO_VERSION = 47;
+const unsigned int ADAPTOR_MICRO_VERSION = 48;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 3fffd63..eab7e4d 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.2.47
+Version:    2.2.48
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT