DALi Version 1.1.28 49/64449/1 dali_1.1.28
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 1 Apr 2016 08:20:56 +0000 (09:20 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 1 Apr 2016 08:27:33 +0000 (09:27 +0100)
Change-Id: I759c70126213a0b75ba3be65a9cd4236d5e9baef
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 7169c47..a25e28a 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 1;
-const unsigned int CORE_MICRO_VERSION = 27;
+const unsigned int CORE_MICRO_VERSION = 28;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index faf5819..e1d7dde 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.27
+Version:    1.1.28
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT