Merge "(Automated Tests) Added coverage for SlotDelegate" into devel/master
authorDavid Steele <david.steele@samsung.com>
Fri, 8 Jul 2016 17:22:47 +0000 (10:22 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 8 Jul 2016 17:22:47 +0000 (10:22 -0700)
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index d20dbdb..2e11875 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 = 41;
+const unsigned int CORE_MICRO_VERSION = 42;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 83bf5f5..8bd045a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.41
+Version:    1.1.42
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT