Version bump to 1.5.4.

This commit is contained in:
Florian Pose
2026-07-14 17:26:11 +02:00
parent b6e34cdcec
commit b46bf55bbb
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -4,6 +4,10 @@ vim: spelllang=en spell tw=78
-------------------------------------------------------------------------------
Changes in 1.5.4:
* Back-ported security fixes from 1.6.10.
Changes in 1.5.3:
* Added the ecrt_slave_config_flag() to the application interface.
+1 -1
View File
@@ -37,7 +37,7 @@ AC_PREREQ(2.59)
# - Update version number below
# - make dist-bzip2
#
AC_INIT([ethercat],[1.5.3],[fp@igh.de])
AC_INIT([ethercat],[1.5.4],[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])])