From 1831be663eac0b046f2c8c8d159687b59fd1e10a Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Sun, 9 Feb 2020 07:51:49 +0100 Subject: [PATCH] - updated version to 1.5.0 --- CMakeLists.txt | 4 ++-- src/common/inc/libiec61850_platform_includes.h | 2 +- src/iec61850/server/impl/ied_server.c | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e4b9a17..b64b1280 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ project(libiec61850) ENABLE_TESTING() set(LIB_VERSION_MAJOR "1") -set(LIB_VERSION_MINOR "4") -set(LIB_VERSION_PATCH "1") +set(LIB_VERSION_MINOR "5") +set(LIB_VERSION_PATCH "0") set(LIB_VERSION "${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH}") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/third_party/cmake/modules/") diff --git a/src/common/inc/libiec61850_platform_includes.h b/src/common/inc/libiec61850_platform_includes.h index db2bcee3..855ef579 100644 --- a/src/common/inc/libiec61850_platform_includes.h +++ b/src/common/inc/libiec61850_platform_includes.h @@ -17,7 +17,7 @@ #include "platform_endian.h" -#define LIBIEC61850_VERSION "1.4.1" +#define LIBIEC61850_VERSION "1.5.0" #ifndef CONFIG_DEFAULT_MMS_VENDOR_NAME #define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com" diff --git a/src/iec61850/server/impl/ied_server.c b/src/iec61850/server/impl/ied_server.c index 2f950ac9..91e9d3ef 100644 --- a/src/iec61850/server/impl/ied_server.c +++ b/src/iec61850/server/impl/ied_server.c @@ -1304,8 +1304,6 @@ IedServer_updateQuality(IedServer self, DataAttribute* dataAttribute, Quality qu #endif } - - } void