DALi Version 1.2.58 79/151979/1 dali_1.2.58
authorDavid Steele <david.steele@samsung.com>
Fri, 22 Sep 2017 14:23:40 +0000 (15:23 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 22 Sep 2017 14:23:40 +0000 (15:23 +0100)
Change-Id: I9cabc63cd2573a44154ac8cf6ba2df40630433b5

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

index ac32ff5..b23c328 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 = 57;
+const unsigned int ADAPTOR_MICRO_VERSION = 58;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 77c210c..226f9b8 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.57
+Version:    1.2.58
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT