DALi Version 1.2.32 69/120869/1 dali_1.2.32
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 24 Mar 2017 11:50:18 +0000 (11:50 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 24 Mar 2017 11:50:18 +0000 (11:50 +0000)
Change-Id: I578f410ee51348c1650dbd4b9f92008951f5865b

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

index 33988a2..5a26bb3 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 = 31;
+const unsigned int CORE_MICRO_VERSION = 32;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 197abca..1b5bb1c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.31
+Version:    1.2.32
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT