DALi Version 1.2.42 57/132357/1 dali_1.2.42
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 2 Jun 2017 11:55:31 +0000 (12:55 +0100)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 2 Jun 2017 11:55:31 +0000 (12:55 +0100)
Change-Id: I3dd139533e160084d6a077de3d2138e167d57de3

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

index 03458d1..9b1d6d1 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 = 41;
+const unsigned int CORE_MICRO_VERSION = 42;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 8412478..9a4b3da 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.41
+Version:    1.2.42
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT