mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:52:04 +05:00

Cherrypick from master 2006-06-06 12:35:18 UTC jfa <jfa@opencascade.com> 'Fix problem with table of contents resizing': GEOM_version.h.in adm_local/Makefile.in adm_local/unix/config_files/check_GEOM.m4 bin/VERSION.in doc/salome/gui/GEOM/geometry.htm doc/salome/gui/GEOM/image1.gif doc/salome/gui/GEOM/image1.jpg doc/salome/gui/GEOM/image18.gif doc/salome/gui/GEOM/image2.gif doc/salome/gui/GEOM/image26.gif doc/salome/gui/GEOM/image33.gif doc/salome/gui/GEOM/image4.gif doc/salome/gui/GEOM/image5.gif doc/salome/gui/GEOM/index.htm doc/salome/gui/GEOM/index_csh.htm doc/salome/gui/GEOM/index_rhc.htm doc/salome/gui/GEOM/occ_viewer.htm doc/salome/gui/GEOM/pics/clipping.png doc/salome/gui/GEOM/pics/geomcreategroup.png doc/salome/gui/GEOM/pics/geomexport.png doc/salome/gui/GEOM/pics/geomimport.png doc/salome/gui/GEOM/pics/image100.gif doc/salome/gui/GEOM/pics/image102.gif doc/salome/gui/GEOM/pics/image103.gif doc/salome/gui/GEOM/pics/image105.gif doc/salome/gui/GEOM/pics/image106.gif doc/salome/gui/GEOM/pics/image77.gif doc/salome/gui/GEOM/pics/image86.gif doc/salome/gui/GEOM/pics/image88.gif doc/salome/gui/GEOM/pics/image89.gif doc/salome/gui/GEOM/pics/image91.gif doc/salome/gui/GEOM/pics/image95.gif doc/salome/gui/GEOM/pics/image96.gif doc/salome/gui/GEOM/pics/image97.gif doc/salome/gui/GEOM/pics/image98.gif doc/salome/gui/GEOM/pics/image99.gif doc/salome/gui/GEOM/viewing_geometrical_objects.htm doc/salome/gui/GEOM/whd_dpns.htm doc/salome/gui/GEOM/whd_hide0.gif doc/salome/gui/GEOM/whd_hide1.gif doc/salome/gui/GEOM/whd_hide2.gif doc/salome/gui/GEOM/whd_next0.gif doc/salome/gui/GEOM/whd_next1.gif doc/salome/gui/GEOM/whd_next2.gif doc/salome/gui/GEOM/whd_nvp10.htm doc/salome/gui/GEOM/whd_nvp20.htm doc/salome/gui/GEOM/whd_prev0.gif doc/salome/gui/GEOM/whd_prev1.gif doc/salome/gui/GEOM/whd_prev2.gif doc/salome/gui/GEOM/whd_show0.gif doc/salome/gui/GEOM/whd_show1.gif doc/salome/gui/GEOM/whd_show2.gif doc/salome/gui/GEOM/whd_sync0.gif doc/salome/gui/GEOM/whd_sync1.gif doc/salome/gui/GEOM/whd_sync2.gif doc/salome/gui/GEOM/whd_tab0.gif doc/salome/gui/GEOM/whd_tab1.gif doc/salome/gui/GEOM/whd_tab2.gif doc/salome/gui/GEOM/whd_tab3.gif doc/salome/gui/GEOM/whd_tab4.gif doc/salome/gui/GEOM/whd_tab5.gif doc/salome/gui/GEOM/whd_tab6.gif doc/salome/gui/GEOM/whd_tab7.gif doc/salome/gui/GEOM/whd_tab8.gif doc/salome/gui/GEOM/whd_tabs.htm doc/salome/gui/GEOM/whd_toc1.gif doc/salome/gui/GEOM/whd_toc2.gif doc/salome/gui/GEOM/whd_toc3.gif doc/salome/gui/GEOM/whd_toc4.gif doc/salome/gui/GEOM/whd_topic.xml doc/salome/gui/GEOM/whd_wbsh0.gif doc/salome/gui/GEOM/whd_wbsh1.gif doc/salome/gui/GEOM/whd_wbsh2.gif doc/salome/gui/GEOM/whgdata/whlstfl26.htm doc/salome/tui/GEOM/doxyfile.in doc/salome/tui/GEOM/doxyfile_py.in doc/salome/tui/GEOM/sources/footer.html doc/salome/tui/GEOM/sources/static/tree.js.in resources/GEOMCatalog.xml.in resources/SalomeApp.xml src/GEOMImpl/GEOMImpl_IPipeDiffSect.hxx src/GEOMImpl/GEOMImpl_IThruSections.hxx src/GEOMImpl/GEOMImpl_ThruSectionsDriver.cxx src/GEOMImpl/GEOMImpl_ThruSectionsDriver.hxx
35 lines
1.1 KiB
C
35 lines
1.1 KiB
C
// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
//
|
|
// This library is free software; you can redistribute it and/or
|
|
// modify it under the terms of the GNU Lesser General Public
|
|
// License as published by the Free Software Foundation; either
|
|
// version 2.1 of the License.
|
|
//
|
|
// This library is distributed in the hope that it will be useful
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
// Lesser General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Lesser General Public
|
|
// License along with this library; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
//
|
|
// See http://www.salome-platform.org/
|
|
//
|
|
// File : GEOM_version.h
|
|
// Author : Vadim SANDLER
|
|
// Module : SALOME
|
|
|
|
#if !defined(__GEOM_VERSION_H__)
|
|
#define __GEOM_VERSION_H__
|
|
|
|
/*
|
|
GEOM_VERSION is (major << 16) + (minor << 8) + patch.
|
|
*/
|
|
|
|
#define GEOM_VERSION_STR "@VERSION@"
|
|
#define GEOM_VERSION @XVERSION@
|
|
|
|
#endif // __GEOM_VERSION_H__
|