Merge "Changed WeakHandle::GetHandle() method to use a DownCast<T> instead of a reint...
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Fri, 9 Oct 2015 15:31:22 +0000 (08:31 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 9 Oct 2015 15:31:23 +0000 (08:31 -0700)
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 5a9bec7..a9b8f59 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 = 5;
+const unsigned int CORE_MICRO_VERSION = 6;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 9c735fb..22aabe5 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.5
+Version:    1.1.6
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0, BSD-2.0, MIT