DALi Version 1.2.33 36/122436/1 dali_1.2.33
authorRichard Huang <r.huang@samsung.com>
Fri, 31 Mar 2017 09:57:39 +0000 (10:57 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 31 Mar 2017 09:57:39 +0000 (10:57 +0100)
Change-Id: I9939f8f4b15a6ded5f44a23d018024f319b894b0

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

index 303b16f..66061f2 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 = 32;
+const unsigned int ADAPTOR_MICRO_VERSION = 33;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 61b42b8..5e701ce 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.32
+Version:    1.2.33
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT