Compare commits

...

2 Commits

3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -1 +1 @@
THIS IS SALOME - NETGENPLUGIN VERSION: 3.1.0b1
THIS IS SALOME - NETGENPLUGIN VERSION: 3.1.0

View File

@ -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