DALi Version 1.9.24 71/240571/1 dali_1.9.24
authorDavid Steele <david.steele@ws-1737.seri.co.uk>
Fri, 7 Aug 2020 14:42:03 +0000 (15:42 +0100)
committerDavid Steele <david.steele@ws-1737.seri.co.uk>
Fri, 7 Aug 2020 14:42:03 +0000 (15:42 +0100)
Change-Id: I1cc299780d69484962e74fce0e96f69f95a18578

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

index b46fb1d..3f2af2b 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 9;
-const unsigned int ADAPTOR_MICRO_VERSION = 23;
+const unsigned int ADAPTOR_MICRO_VERSION = 24;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index bb03a48..316208d 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.23
+Version:    1.9.24
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT