DALi Version 1.2.31 24/119624/1 dali_1.2.31
authorFrancisco Santos <f1.santos@samsung.com>
Fri, 17 Mar 2017 16:14:52 +0000 (16:14 +0000)
committerFrancisco Santos <f1.santos@samsung.com>
Fri, 17 Mar 2017 16:14:52 +0000 (16:14 +0000)
Change-Id: I409fc5db91f42d484d34ceee94e314b263b10b23

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

index 57c23d3..33988a2 100644 (file)
@@ -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
index 06c311c..197abca 100644 (file)
@@ -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