DALi Version 1.2.51 86/142586/1 dali_1.2.51
authorgreynaga <g.reynaga@samsung.com>
Fri, 4 Aug 2017 10:43:22 +0000 (11:43 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 4 Aug 2017 10:43:22 +0000 (11:43 +0100)
Change-Id: I09a17c86137983b9bf17245296d4bebf3958017f

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

index c1cd194..1f8d7f8 100644 (file)
@@ -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 = 50;
+const unsigned int CORE_MICRO_VERSION = 51;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f4818d8..f420de7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.50
+Version:    1.2.51
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT