X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FdaComposant%2FdaCore%2Fversion.py;h=ba13f3e4eeb285a2911ce209632dc2d9fda3af8b;hb=8f27741af02e5f1125f56475f0bb80e2fe709bf9;hp=6f1be27dead5cb84a6f71faf110d27aa5235dce1;hpb=49d63f393a1502a2f549c5b5e3592b1d1a6b5079;p=modules%2Fadao.git diff --git a/src/daComposant/daCore/version.py b/src/daComposant/daCore/version.py index 6f1be27..ba13f3e 100644 --- a/src/daComposant/daCore/version.py +++ b/src/daComposant/daCore/version.py @@ -1,6 +1,6 @@ -#-*-coding:iso-8859-1-*- +# -*- coding: utf-8 -*- # -# Copyright (C) 2008-2017 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 @@ -26,6 +26,10 @@ __author__ = "Jean-Philippe ARGAUD" __all__ = [] -name = "Data Assimilation Package" -version = "17.02.28" -date = "samedi 28 février 2017, 12:12:12 (UTC+0100)" +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(".","_")