Merge "Add DALI_LOG_RELEASE_INFO for debug" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 13 Dec 2017 12:15:43 +0000 (12:15 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 13 Dec 2017 12:15:43 +0000 (12:15 +0000)
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 8bccdce..a96fd28 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 = 2;
+const unsigned int CORE_MICRO_VERSION = 3;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 23a6e52..27724fc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.2
+Version:    1.3.3
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT