From 5d2e92f0682a88ffccc0eb30699e86e680611628 Mon Sep 17 00:00:00 2001 From: Francisco Santos Date: Fri, 17 Mar 2017 16:14:52 +0000 Subject: [PATCH] DALi Version 1.2.31 Change-Id: I409fc5db91f42d484d34ceee94e314b263b10b23 --- dali/public-api/dali-core-version.cpp | 4 ++-- packaging/dali.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dali/public-api/dali-core-version.cpp b/dali/public-api/dali-core-version.cpp index 57c23d3..33988a2 100644 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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 = 30; +const unsigned int CORE_MICRO_VERSION = 31; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifndef EMSCRIPTEN diff --git a/packaging/dali.spec b/packaging/dali.spec index 06c311c..197abca 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: The OpenGLES Canvas Core Library -Version: 1.2.30 +Version: 1.2.31 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-2-Clause and MIT -- 2.7.4