DALi Version 1.1.30 70/66170/1 dali_1.1.30
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 15 Apr 2016 13:58:57 +0000 (14:58 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 15 Apr 2016 13:58:57 +0000 (14:58 +0100)
Change-Id: I17c5d6491063ded9c64c89798915d5a07a0e2a25

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

index 20e08bb..edfc621 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 = 29;
+const unsigned int CORE_MICRO_VERSION = 30;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 712a9e6..3beda4b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.29
+Version:    1.1.30
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT