DALi Version 1.2.49 49/140049/1 dali_1.2.49
authorDavid Steele <david.steele@samsung.com>
Fri, 21 Jul 2017 13:24:14 +0000 (14:24 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 21 Jul 2017 13:24:14 +0000 (14:24 +0100)
Change-Id: I9608c1484003c63acdb49610ff413ca3db7222a7

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

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