mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-23 10:50:34 +05:00
Proper version set-up
This commit is contained in:
parent
99980447ac
commit
382348e73a
@ -1,3 +1,3 @@
|
||||
[SALOME GEOM] : @VERSION@
|
||||
[DEVELOPMENT] : @VERSION_DEV@
|
||||
[SALOME GEOM] : @SALOMEGEOM_VERSION@
|
||||
[DEVELOPMENT] : @SALOMEGEOM_VERSION_DEV@
|
||||
[DESCRIPTION] : SALOME Geometry module
|
||||
|
@ -54,9 +54,9 @@ copyright = '2010 EDF R&D'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '@VERSION@'
|
||||
version = '@SALOMEGEOM_VERSION@'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '@VERSION@'
|
||||
release = '@SALOMEGEOM_VERSION@'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -19,5 +19,5 @@ $extrastylesheet
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
|
||||
<div id="titlearea"><div align="right"><div class="version">Version: @VERSION@</div></div></div>
|
||||
<div id="titlearea"><div align="right"><div class="version">Version: @SALOMEGEOM_VERSION@</div></div></div>
|
||||
<!-- end header part -->
|
||||
|
@ -19,6 +19,6 @@ $extrastylesheet
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
|
||||
<div id="titlearea"><div align="right"><div class="version">Version: @VERSION@</div></div></div>
|
||||
<div id="titlearea"><div align="right"><div class="version">Version: @SALOMEGEOM_VERSION@</div></div></div>
|
||||
<div align="bottom-left"><a href=../index.html>Home</a></div>
|
||||
<!-- end header part -->
|
||||
|
@ -19,5 +19,5 @@ $extrastylesheet
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
|
||||
<div id="titlearea"><div align="right"><div class="version">Version: @VERSION@</div></div></div>
|
||||
<div id="titlearea"><div align="right"><div class="version">Version: @SALOMEGEOM_VERSION@</div></div></div>
|
||||
<!-- end header part -->
|
||||
|
@ -69,7 +69,7 @@
|
||||
<component-username>Geometry</component-username>
|
||||
<component-type>Geom</component-type>
|
||||
<component-author>NRI</component-author>
|
||||
<component-version>@VERSION@</component-version>
|
||||
<component-version>@SALOMEGEOM_VERSION@</component-version>
|
||||
<component-comment>Geometry component</component-comment>
|
||||
<component-multistudy>1</component-multistudy>
|
||||
<component-icone>ModuleGeom.png</component-icone>
|
||||
@ -642,7 +642,7 @@
|
||||
<component-username>GEOM_Superv</component-username>
|
||||
<component-type>OTHER</component-type>
|
||||
<component-author></component-author>
|
||||
<component-version>@VERSION@</component-version>
|
||||
<component-version>@SALOMEGEOM_VERSION@</component-version>
|
||||
<component-comment>Supervision wrapper for Geometry component</component-comment>
|
||||
<component-multistudy>1</component-multistudy>
|
||||
<component-impltype>1</component-impltype>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<parameter name="name" value="Geometry"/>
|
||||
<parameter name="icon" value="ModuleGeom.png"/>
|
||||
<parameter name="documentation" value="geom_help"/>
|
||||
<parameter name="version" value="@VERSION@"/>
|
||||
<parameter name="version" value="@SALOMEGEOM_VERSION@"/>
|
||||
</section>
|
||||
<section name="geom_help" >
|
||||
<parameter name="sub_menu" value="%1 module"/>
|
||||
|
Loading…
Reference in New Issue
Block a user