DALi Version 1.1.37 12/73012/1 dali_1.1.37
authorTom Robinson <tom.robinson@samsung.com>
Fri, 3 Jun 2016 13:33:18 +0000 (14:33 +0100)
committerTom Robinson <tom.robinson@samsung.com>
Fri, 3 Jun 2016 13:33:18 +0000 (14:33 +0100)
Change-Id: I7513dc130ff0974fb67aff77ffbcf4cd30b424a7

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

index 5baf5b2..d96a45a 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 = 36;
+const unsigned int CORE_MICRO_VERSION = 37;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index e476f5a..8d9f0d7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.36
+Version:    1.1.37
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT