From: mpa Date: Wed, 27 Nov 2013 13:53:43 +0000 (+0000) Subject: CMake: X-Git-Tag: V7_3_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d9cbb2bb94fb922784873063aa60be830259be46;p=plugins%2Fhexoticplugin.git CMake: - edit version variable name --- diff --git a/bin/VERSION.in b/bin/VERSION.in index 8691962..3dc38e2 100755 --- a/bin/VERSION.in +++ b/bin/VERSION.in @@ -1,4 +1,4 @@ -[SALOME HexoticPLUGIN] : @SALOMEHexoticPLUGIN_VERSION@ -[DEVELOPMENT] : @SALOMEHexoticPLUGIN_VERSION_DEV@ +[SALOME HexoticPLUGIN] : @SALOMEHEXOTICPLUGIN_VERSION@ +[DEVELOPMENT] : @SALOMEHEXOTICPLUGIN_VERSION_DEV@ [DESCRIPTION] : DISTENE Hexotic meshing plug-in for SALOME Mesh module diff --git a/doc/salome/gui/HexoticPLUGIN/static/header.html.in b/doc/salome/gui/HexoticPLUGIN/static/header.html.in index 9a1fdf9..eee6b14 100755 --- a/doc/salome/gui/HexoticPLUGIN/static/header.html.in +++ b/doc/salome/gui/HexoticPLUGIN/static/header.html.in @@ -19,5 +19,5 @@ $extrastylesheet
-
Version: @SALOMEHexoticPLUGIN_VERSION@
+
Version: @SALOMEHEXOTICPLUGIN_VERSION@
diff --git a/doc/salome/gui/HexoticPLUGIN/static/header_py.html.in b/doc/salome/gui/HexoticPLUGIN/static/header_py.html.in index 5d7b1fe..a65693d 100644 --- a/doc/salome/gui/HexoticPLUGIN/static/header_py.html.in +++ b/doc/salome/gui/HexoticPLUGIN/static/header_py.html.in @@ -19,6 +19,6 @@ $extrastylesheet
-
Version: @SALOMEHexoticPLUGIN_VERSION@
+
Version: @SALOMEHEXOTICPLUGIN_VERSION@
Home