From ec0291fddb4f9e0af4c7583c693931ba10f2e456 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 10 Aug 2007 15:04:39 +0000 Subject: [PATCH] Release 1.3.0. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8837fb63..88c4dda6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ #------------------------------------------------------------------------------ AC_PREREQ(2.59) -AC_INIT([ethercat],[1.3.0-rc1],[fp@igh-essen.com]) +AC_INIT([ethercat],[1.3.0],[fp@igh-essen.com]) AC_CONFIG_AUX_DIR([autoconf]) AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2]) AC_PREFIX_DEFAULT([/opt/etherlab])