Release procedure.

This commit is contained in:
Florian Pose 2013-02-08 20:02:34 +01:00
parent 83530a494b
commit 14418f189f
1 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,15 @@
#------------------------------------------------------------------------------
AC_PREREQ(2.59)
#
# Release procedure
# - Update version number below
# - Write NEWS entry with changes since last release
# - Check for complete Doxygen comments
# - Update version number in documentation
# - Update the ChangeLog
#
AC_INIT([ethercat],[1.5.1],[fp@igh-essen.com])
AC_CONFIG_AUX_DIR([autoconf])
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])