# HG changeset patch # User Florian Pose # Date 1171372047 0 # Node ID f42e077f3565826d96b1d95bea75b23ae45bf46c # Parent fa9e1c99b6b0fc041db34e862e89ef22721b2443 Release 1.2 diff -r fa9e1c99b6b0 -r f42e077f3565 Doxyfile --- a/Doxyfile Tue Feb 13 13:05:25 2007 +0000 +++ b/Doxyfile Tue Feb 13 13:07:27 2007 +0000 @@ -23,7 +23,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.1.1 +PROJECT_NUMBER = 1.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff -r fa9e1c99b6b0 -r f42e077f3565 configure.ac --- a/configure.ac Tue Feb 13 13:05:25 2007 +0000 +++ b/configure.ac Tue Feb 13 13:07:27 2007 +0000 @@ -3,7 +3,7 @@ #------------------------------------------------------------------------------ AC_PREREQ(2.59) -AC_INIT([ethercat],[1.2.0-rc2],[fp@igh-essen.com]) +AC_INIT([ethercat],[1.2.0],[fp@igh-essen.com]) AC_CONFIG_AUX_DIR([autoconf]) AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2]) AC_PREFIX_DEFAULT([/opt/etherlab])