Salome HOME
Documentation review corrections
[modules/adao.git] / bin / module_version.py
1 # -*- coding: utf-8 -*-
2 #
3 # Copyright (C) 2008-2023 EDF R&D
4 #
5 # This file is part of SALOME ADAO module
6 #
7 # This library is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public
9 # License as published by the Free Software Foundation; either
10 # version 2.1 of the License.
11 #
12 # This library is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 # Lesser General Public License for more details.
16 #
17 # You should have received a copy of the GNU Lesser General Public
18 # License along with this library; if not, write to the Free Software
19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
20 #
21 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22 #
23 # Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
24
25 """
26     Version
27 """
28 __author__ = "Jean-Philippe ARGAUD"
29 __all__ = []
30
31 name     = "ADAO"
32 version  = "9.12.0"
33 year     = "2023"
34 date     = "mardi 12 décembre 2023, 22:22:22 (UTC+0100)"
35
36 longname = name + ", a module for Data Assimilation and Optimization"
37 cata     = "V" + version.replace(".","_")
38 __version__ = version