Bumped version to 1.6.5.
This commit is contained in:
parent
b8a942afb8
commit
990d48e6c1
4
NEWS
4
NEWS
|
|
@ -4,6 +4,10 @@ vim: spelllang=en spell tw=78
|
|||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Changes in 1.6.5:
|
||||
|
||||
* Implemented interface changes of Linux 6.15.
|
||||
|
||||
Changes in 1.6.4:
|
||||
|
||||
* igc: Set RX descriptor writeback threshold to 1
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ AC_PREREQ([2.59])
|
|||
# - Update version number below
|
||||
# - make dist-bzip2
|
||||
#
|
||||
AC_INIT([ethercat],[1.6.4],[fp@igh.de])
|
||||
AC_INIT([ethercat], [1.6.5], [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])])
|
||||
|
|
|
|||
Loading…
Reference in New Issue