From 42bed4f035a2d543721191099dc97d93919d2b2f Mon Sep 17 00:00:00 2001 From: Victor Cebollada Date: Fri, 24 Jun 2016 08:22:57 +0100 Subject: [PATCH] DALi Version 1.1.40 Change-Id: Ie05785cab691fdc260eaed9bf7f8f2320cad3a7e Signed-off-by: Victor Cebollada --- dali/public-api/dali-core-version.cpp | 2 +- packaging/dali.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dali/public-api/dali-core-version.cpp b/dali/public-api/dali-core-version.cpp index 00b9d64..75acd35 100644 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -28,7 +28,7 @@ namespace Dali const unsigned int CORE_MAJOR_VERSION = 1; const unsigned int CORE_MINOR_VERSION = 1; -const unsigned int CORE_MICRO_VERSION = 39; +const unsigned int CORE_MICRO_VERSION = 40; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifndef EMSCRIPTEN diff --git a/packaging/dali.spec b/packaging/dali.spec index 10cf721..99bc4fc 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: The OpenGLES Canvas Core Library -Version: 1.1.39 +Version: 1.1.40 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-2-Clause and MIT -- 2.7.4