X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FdaComposant%2FdaCore%2Fversion.py;h=ba13f3e4eeb285a2911ce209632dc2d9fda3af8b;hb=8f27741af02e5f1125f56475f0bb80e2fe709bf9;hp=13a7a61bcaa36be12fca748722f4b19729a404fc;hpb=4a65d3472c5b087fb5eb400026e94f736254bd0d;p=modules%2Fadao.git diff --git a/src/daComposant/daCore/version.py b/src/daComposant/daCore/version.py index 13a7a61..ba13f3e 100644 --- a/src/daComposant/daCore/version.py +++ b/src/daComposant/daCore/version.py @@ -1,25 +1,35 @@ -#-*-coding:iso-8859-1-*- +# -*- coding: utf-8 -*- # -# Copyright (C) 2008-2011 EDF R&D +# Copyright (C) 2008-2021 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 -name = "Data Assimilation Package" -version = "0.4.0-SP640" -date = "mardi 11 octobre 2011, 11:11:11 (UTC+0200)" +""" + Version +""" +__author__ = "Jean-Philippe ARGAUD" +__all__ = [] + +name = "ADAO" +version = "9.7.0" +year = "2021" +date = "samedi 01 mai 2021, 12:12:12 (UTC+0100)" + +longname = name + ", a module for Data Assimilation and Optimization" +cata = "V" + version.replace(".","_")