DALi Version 1.1.0 52/46452/1 dali_1.1.0
authorChu Hoang <c.hoang@samsung.com>
Thu, 20 Aug 2015 12:32:56 +0000 (13:32 +0100)
committerChu Hoang <c.hoang@samsung.com>
Thu, 20 Aug 2015 12:32:56 +0000 (13:32 +0100)
Change-Id: I5a94629a418273369cd7cf3fa79d421676519175

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

index e511e08..af7bef7 100644 (file)
@@ -27,8 +27,8 @@ namespace Dali
 {
 
 const unsigned int CORE_MAJOR_VERSION = 1;
-const unsigned int CORE_MINOR_VERSION = 0;
-const unsigned int CORE_MICRO_VERSION = 53;
+const unsigned int CORE_MINOR_VERSION = 1;
+const unsigned int CORE_MICRO_VERSION = 0;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ad31e2b..c8571cc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.0.53
+Version:    1.1.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0, BSD-2.0, MIT