DALi Version 1.2.61 64/155564/1 dali_1.2.61
authorgreynaga <g.reynaga@samsung.com>
Fri, 13 Oct 2017 13:59:37 +0000 (14:59 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 13 Oct 2017 13:59:37 +0000 (14:59 +0100)
Change-Id: Ia45624b919ee11f0c8ec677df5bde01985aa6877

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

index 9596bfa..c6596f4 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-const unsigned int ADAPTOR_MICRO_VERSION = 60;
+const unsigned int ADAPTOR_MICRO_VERSION = 61;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index da98239..cafb34c 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.60
+Version:    1.2.61
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT