Revert "DALi Version 1.4.41"
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 12 Nov 2019 06:17:37 +0000 (15:17 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 12 Nov 2019 06:17:40 +0000 (15:17 +0900)
This reverts commit 640a946effcf102860c058db5c5c7c5a2c279b9d.

Change-Id: I42917855560f05f58495cea4bf6928bffdcb1688

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

index ff36a38..494cfc5 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 = 41;
+const unsigned int ADAPTOR_MICRO_VERSION = 40;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 586c33f..4a9b453 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.41
+Version:    1.4.40
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT