[4.0] DALi version 1.2.88 33/171133/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 27 Feb 2018 01:06:49 +0000 (10:06 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 27 Feb 2018 01:32:14 +0000 (10:32 +0900)
Change-Id: I75863cc64de07655910aae75ec7103b3eea0f686
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index da12968..44f75af 100755 (executable)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 2;
-const unsigned int CORE_MICRO_VERSION = 87;
+const unsigned int CORE_MICRO_VERSION = 88;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 301f4ef..aab5766 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.2.87
+Version:    1.2.88
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT