DALi Version 1.2.24 03/112203/1 dali_1.2.24
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 27 Jan 2017 15:14:20 +0000 (15:14 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 27 Jan 2017 15:14:20 +0000 (15:14 +0000)
Change-Id: I4d44085e3cafea388e25fa6270e27a4fcbc428c0

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

index f40df50..5a2afcc 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 = 23;
+const unsigned int ADAPTOR_MICRO_VERSION = 24;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f80e37f..5486f87 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.23
+Version:    1.2.24
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT