DALi Version 1.2.42 58/132358/1 dali_1.2.42
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 2 Jun 2017 11:55:47 +0000 (12:55 +0100)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 2 Jun 2017 11:55:47 +0000 (12:55 +0100)
Change-Id: I9e67029d72f149615c408e19c3511f1881a5d8ba

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

index 3628b39..2c58e18 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 = 41;
+const unsigned int ADAPTOR_MICRO_VERSION = 42;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 3e67986..6233fe3 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.41
+Version:    1.2.42
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT