X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FdaComposant%2FdaCore%2Fversion.py;h=e57e2b521520f84b018c4748ba4ab1f11fb62cf1;hb=61f19963a2e2ed620bdf577c5a01808586dd938d;hp=bdd011a4e4b70d133b99447a977af3c59794a426;hpb=4cbab9c99aef0f3303760cdbd6ac60b8a405035c;p=modules%2Fadao.git diff --git a/src/daComposant/daCore/version.py b/src/daComposant/daCore/version.py index bdd011a..e57e2b5 100644 --- a/src/daComposant/daCore/version.py +++ b/src/daComposant/daCore/version.py @@ -1,24 +1,24 @@ -#-*-coding:iso-8859-1-*- +# -*- coding: utf-8 -*- # -# Copyright (C) 2008-2015 EDF R&D +# Copyright (C) 2008-2022 EDF R&D # -# 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 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. +# 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 +# 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/ or email : webmaster.salome@opencascade.com +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D """ Version @@ -26,6 +26,11 @@ __author__ = "Jean-Philippe ARGAUD" __all__ = [] -name = "Data Assimilation Package" -version = "0.12.0" -date = "vendredi 31 octobre 2015, 12:12:12 (UTC+0100)" +name = "ADAO" +version = "9.9.0" +year = "2022" +date = "lundi 02 mai 2022, 12:12:12 (UTC+0100)" + +longname = name + ", a module for Data Assimilation and Optimization" +cata = "V" + version.replace(".","_") +__version__ = version