DALi Version 1.2.50 26/141226/1 dali_1.2.50
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Jul 2017 15:54:30 +0000 (16:54 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Jul 2017 15:54:30 +0000 (16:54 +0100)
Change-Id: I59cc5089d616fd1d641eda79607d4a1f76be911c

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

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