DALi Version 1.2.0 68/82768/1 dali_1.2.0
authorTom Robinson <tom.robinson@samsung.com>
Fri, 5 Aug 2016 13:51:44 +0000 (14:51 +0100)
committerTom Robinson <tom.robinson@samsung.com>
Fri, 5 Aug 2016 13:51:44 +0000 (14:51 +0100)
Change-Id: If80150c68629411663afba2bba167569a04597be

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

index 4b18845..97ed015 100644 (file)
@@ -27,8 +27,8 @@ namespace Dali
 {
 
 const unsigned int CORE_MAJOR_VERSION = 1;
-const unsigned int CORE_MINOR_VERSION = 1;
-const unsigned int CORE_MICRO_VERSION = 45;
+const unsigned int CORE_MINOR_VERSION = 2;
+const unsigned int CORE_MICRO_VERSION = 0;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 4a3d940..776a519 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.45
+Version:    1.2.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT