From: vsr Date: Mon, 5 Dec 2011 11:53:59 +0000 (+0000) Subject: Merge from V6_4_BR 05/12/2011 X-Git-Tag: V6_5_0a1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=502a5ae749a557c86634da9e827f1335b89e424f;p=plugins%2Fghs3dprlplugin.git Merge from V6_4_BR 05/12/2011 --- diff --git a/clean_configure b/clean_configure index f58689c..3b0f728 100755 --- a/clean_configure +++ b/clean_configure @@ -29,10 +29,5 @@ find . -name "*.pyc" -print -exec rm {} \; # ... -find bin -name Makefile.in | xargs rm -f -find doc -name Makefile.in | xargs rm -f -find idl -name Makefile.in | xargs rm -f -find resources -name Makefile.in | xargs rm -f -find salome_adm -name Makefile.in | xargs rm -f -find src -name Makefile.in | xargs rm -f -rm -f Makefile.in +find . -name Makefile.in | xargs rm -f +( cd adm_local/unix/config_files && rm -f config.* depcomp install-sh ltmain.sh missing py-compile ) diff --git a/configure.ac b/configure.ac index 10fa8d4..da1226f 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com) # --- # -AC_INIT([Salome2 Project GHS3DPRLPLUGIN module], [6.3.1], [webmaster.salome@opencascade.com], [SalomeGHS3DPRLPLUGIN]) +AC_INIT([Salome2 Project GHS3DPRLPLUGIN module], [6.4.0], [webmaster.salome@opencascade.com], [SalomeGHS3DPRLPLUGIN]) AC_CONFIG_AUX_DIR(adm_local/unix/config_files) AC_CANONICAL_HOST AC_CANONICAL_TARGET