From 81582e46269cc65a7c7c542ca596f800c2562b69 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Thu, 30 Oct 2014 10:05:11 +0000 Subject: [PATCH] DALi Version 1.0.15 Change-Id: I08e021172cd250be1eff4ac9e8f33e8e46dcc98f --- 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 49fc8ee..1c83b6f 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 = 0; -const unsigned int CORE_MICRO_VERSION = 14; +const unsigned int CORE_MICRO_VERSION = 15; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED diff --git a/packaging/dali.spec b/packaging/dali.spec index 2879cf9..99fc988 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: The OpenGLES Canvas Core Library -Version: 1.0.14 +Version: 1.0.15 Release: 1 Group: System/Libraries License: Apache-2.0 -- 2.7.4