From: jfa Date: Wed, 28 Dec 2005 09:28:42 +0000 (+0000) Subject: Join modifications from branch BR_3_1_0deb X-Git-Tag: T_OCC_development_generic_2006_start X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=51ca2596801948bd16a1f1db48d0f46b51ad5573;p=plugins%2Fnetgenplugin.git Join modifications from branch BR_3_1_0deb --- diff --git a/INSTALL b/INSTALL index e744134..d45f1bd 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -This is the version 3.1.0b1 of NETGENPLUGIN +This is the version 3.1.0 of NETGENPLUGIN Compatible with : - - KERNEL 3.1.0b1 - - SALOMEGUI 3.1.0b1 - - SMESH 3.1.0b1 + - KERNEL 3.1.0 + - SALOMEGUI 3.1.0 + - SMESH 3.1.0 diff --git a/bin/VERSION b/bin/VERSION index bce9457..5887f9f 100755 --- a/bin/VERSION +++ b/bin/VERSION @@ -1 +1 @@ -THIS IS SALOME - NETGENPLUGIN VERSION: 3.1.0b1 +THIS IS SALOME - NETGENPLUGIN VERSION: 3.1.0 diff --git a/build_configure b/build_configure index 163b463..7a78b87 100755 --- a/build_configure +++ b/build_configure @@ -110,7 +110,7 @@ fi # make a link allowing AC_OUTPUT to find the salome_adm/.../*.in files echo "" >> configure.in_tmp1 -echo 'ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1 +echo 'ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1 echo "" >> configure.in_tmp1 echo "AC_OUTPUT([ \\" >> configure.in_tmp1