DALi Version 1.2.5 12/87812/1 dali_1.2.5
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 9 Sep 2016 13:02:21 +0000 (14:02 +0100)
committerXiangyin Ma <x1.ma@samsung.com>
Fri, 9 Sep 2016 13:02:21 +0000 (14:02 +0100)
Change-Id: Ic2113f68e40357e8439c2bb586e31f8b9bd657bf

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

index 9efe202..5d8aa7d 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 = 4;
+const unsigned int ADAPTOR_MICRO_VERSION = 5;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f8fbae8..8851873 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.4
+Version:    1.2.5
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT