From 8fcd266be55e0ae33c44c3a76d5402f63b5a896b Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Sun, 10 Dec 2017 14:28:52 +0100 Subject: [PATCH] - updated version number to 1.2.0 --- src/common/inc/libiec61850_platform_includes.h | 2 +- src/iec61850/inc/iec61850_server.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/inc/libiec61850_platform_includes.h b/src/common/inc/libiec61850_platform_includes.h index 9130f50f..d8e8611d 100644 --- a/src/common/inc/libiec61850_platform_includes.h +++ b/src/common/inc/libiec61850_platform_includes.h @@ -15,7 +15,7 @@ #include "platform_endian.h" -#define LIBIEC61850_VERSION "1.1.0" +#define LIBIEC61850_VERSION "1.2.0" #ifndef CONFIG_DEFAULT_MMS_VENDOR_NAME #define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com" diff --git a/src/iec61850/inc/iec61850_server.h b/src/iec61850/inc/iec61850_server.h index 4672c718..bf63215c 100644 --- a/src/iec61850/inc/iec61850_server.h +++ b/src/iec61850/inc/iec61850_server.h @@ -244,7 +244,7 @@ void IedServer_disableGoosePublishing(IedServer self); /** - * \brief Set the ethernet interface to be used by GOOSE publishing + * \brief Set the Ethernet interface to be used by GOOSE publishing * * This function can be used to set the GOOSE interface ID. If not used or set to NULL the * default interface ID from stack_config.h is used. Note the interface ID is operating system @@ -274,7 +274,7 @@ IedServer_setGooseInterfaceId(IedServer self, const char* interfaceId); * * \param self the instance of IedServer to operate on. * \param authenticator the user provided authenticator callback - * \param authenticatorParameter user provided paremeter that is passed to the authenticator + * \param authenticatorParameter user provided parameter that is passed to the authenticator */ void IedServer_setAuthenticator(IedServer self, AcseAuthenticator authenticator, void* authenticatorParameter);