DALi Version 1.3.45 07/191207/1 dali_1.3.45
authorDavid Steele <david.steele@samsung.com>
Fri, 12 Oct 2018 12:37:38 +0000 (13:37 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 12 Oct 2018 12:37:38 +0000 (13:37 +0100)
Change-Id: Iee9cf573588d31e869bebe3725f4dcb661e35e33

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

index 9667b2a..e4e25f2 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 3;
-const unsigned int CORE_MICRO_VERSION = 44;
+const unsigned int CORE_MICRO_VERSION = 45;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a669483..1497d54 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.44
+Version:    1.3.45
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT