DALi Version 1.3.2 49/162449/1 dali_1.3.2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 1 Dec 2017 09:22:52 +0000 (09:22 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 1 Dec 2017 09:22:52 +0000 (09:22 +0000)
Change-Id: I47428654234f5d4257447cea03ec260a9a782bb1

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

index 57e4eb0..8bccdce 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 3;
-const unsigned int CORE_MICRO_VERSION = 1;
+const unsigned int CORE_MICRO_VERSION = 2;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index d47b737..23a6e52 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.1
+Version:    1.3.2
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT