DALi Version 1.4.8 89/200389/1 dali_1.4.8
authorDavid Steele <david.steele@samsung.com>
Fri, 22 Feb 2019 14:32:08 +0000 (14:32 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 22 Feb 2019 14:32:08 +0000 (14:32 +0000)
Change-Id: I68b055403da47eaaa96941a9af3b690427015d9c

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

index 9897aa9..c8687ac 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 7;
+const unsigned int ADAPTOR_MICRO_VERSION = 8;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 758d052..bb20f50 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.7
+Version:    1.4.8
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT