Revert "DALi Version 1.4.41"
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 12 Nov 2019 06:43:59 +0000 (15:43 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 12 Nov 2019 06:44:02 +0000 (15:44 +0900)
This reverts commit a6326cda268e1327fd5eef3192700a21f90b3819.

Change-Id: I571df92f896601e6564005380fcf60db1e8fe415

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

index 2ca659d..1c8d3cd 100644 (file)
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 4;
-const unsigned int TOOLKIT_MICRO_VERSION = 41;
+const unsigned int TOOLKIT_MICRO_VERSION = 40;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f45eac7..7de3d29 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.4.41
+Version:    1.4.40
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT