DALi Version 1.2.0 69/82769/1 dali_1.2.0
authorTom Robinson <tom.robinson@samsung.com>
Fri, 5 Aug 2016 13:52:00 +0000 (14:52 +0100)
committerTom Robinson <tom.robinson@samsung.com>
Fri, 5 Aug 2016 13:52:00 +0000 (14:52 +0100)
Change-Id: I9a49d8ae9571d81bef0485393e9479f4e28071cf

adaptors/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index ee27115..718cef6 100644 (file)
@@ -27,8 +27,8 @@ namespace Dali
 {
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
-const unsigned int ADAPTOR_MINOR_VERSION = 1;
-const unsigned int ADAPTOR_MICRO_VERSION = 45;
+const unsigned int ADAPTOR_MINOR_VERSION = 2;
+const unsigned int ADAPTOR_MICRO_VERSION = 0;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 55e9580..a5d1799 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.45
+Version:    1.2.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT