DALi Version 1.1.32 24/67924/1 dali_1.1.32
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 29 Apr 2016 08:09:46 +0000 (09:09 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 29 Apr 2016 08:09:46 +0000 (09:09 +0100)
Change-Id: I4cfa7fc60e34e99f1627822f8c80a98a9a8332f2

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

index 34a90b0..d3e4863 100644 (file)
@@ -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 = 31;
+const unsigned int CORE_MICRO_VERSION = 32;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 1f8e36d..aca82f6 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.31
+Version:    1.1.32
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT