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

dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 5a26bb3..bc9fd06 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 2;
-const unsigned int CORE_MICRO_VERSION = 32;
+const unsigned int CORE_MICRO_VERSION = 33;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index a23a469..ae0a1dd 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.32
+Version:    1.2.33
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT