Version 1.4.0-pre.

This commit is contained in:
Florian Pose 2008-02-01 13:35:29 +00:00
parent 2611a391e8
commit 1f683452d0
2 changed files with 5 additions and 3 deletions

6
NEWS
View File

@ -4,10 +4,12 @@ $Id$
-------------------------------------------------------------------------------
Changes in version XXX:
Changes in version 1.4.0:
* Allow gaps in PDO mapping read from CoE.
* Added 8139too driver for kernel 2.6.22, thanks to Erwin Burgstaller.
* Allow gaps in PDO mapping read from CoE.
* Fixed bug in CoE code.
* Improved handling of large EEPROM contents.
-------------------------------------------------------------------------------

View File

@ -3,7 +3,7 @@
#------------------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT([ethercat],[1.3.2],[fp@igh-essen.com])
AC_INIT([ethercat],[1.4.0-pre],[fp@igh-essen.com])
AC_CONFIG_AUX_DIR([autoconf])
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])
AC_PREFIX_DEFAULT([/opt/etherlab])