DALi Version 1.2.23 86/111486/1 dali_1.2.23
authorRichard Huang <r.huang@samsung.com>
Fri, 20 Jan 2017 13:35:16 +0000 (13:35 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 20 Jan 2017 13:35:16 +0000 (13:35 +0000)
Change-Id: Ia719acc0d058fa252b91f832c6a76b8d6b0d262c

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

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