Version bump to 1.5.3.

This commit is contained in:
Florian Pose 2024-06-07 11:01:36 +02:00
parent afdfadaf6f
commit 85ed1a08c5
3 changed files with 6 additions and 6 deletions

6
NEWS
View File

@ -1,13 +1,13 @@
-------------------------------------------------------------------------------
$Id$
vim: spelllang=en spell tw=78
-------------------------------------------------------------------------------
Changes since 1.5.2:
Changes in 1.5.3:
* Added the ecrt_slave_config_flag() to the application interface.
* Added SoE IDN requests in application interface.
* Fixed FoE timeout calculation bug.
Changes in 1.5.2:

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------
#
# Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH
# Copyright (C) 2006-2024 Florian Pose, Ingenieurgemeinschaft IgH
#
# This file is part of the IgH EtherCAT Master.
#
@ -37,7 +37,7 @@ AC_PREREQ(2.59)
# - Update version number below
# - make dist-bzip2
#
AC_INIT([ethercat],[1.5.2],[fp@igh.de])
AC_INIT([ethercat],[1.5.3],[fp@igh.de])
AC_CONFIG_AUX_DIR([autoconf])
AM_INIT_AUTOMAKE([-Wall -Wno-override -Werror dist-bzip2 subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

View File

@ -37,7 +37,7 @@
* request a master, to map process data, to communicate with slaves via CoE
* and to configure and activate the bus.
*
* Changes since version 1.5.2:
* Changes in version 1.5.3:
*
* - Added the ecrt_slave_config_flag() method and the EC_HAVE_FLAGS
* definition to check for its existence.