DALi Version 1.1.20 46/58946/1 dali_1.1.20
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 5 Feb 2016 08:53:00 +0000 (08:53 +0000)
committerXiangyin Ma <x1.ma@samsung.com>
Fri, 5 Feb 2016 08:53:00 +0000 (08:53 +0000)
Change-Id: I07c202aa299198955460fc351c77db41490ccd88

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

index f26e507..8036841 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-const unsigned int ADAPTOR_MICRO_VERSION = 19;
+const unsigned int ADAPTOR_MICRO_VERSION = 20;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5243dbf..2556d01 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.19
+Version:    1.1.20
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT