Salome HOME
Code improvements, review and simplifications (2)
[modules/adao.git] / src / daComposant / daCore / version.py
index 560377d9490d4c162de2f23d08a32e553c13a22e..e57e2b521520f84b018c4748ba4ab1f11fb62cf1 100644 (file)
@@ -1,6 +1,6 @@
-#-*-coding:iso-8859-1-*-
+# -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2012 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
 #
 # Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
 
-name    = "Data Assimilation Package"
-version = "0.6.0"
-date    = "jeudi 08 juin 2012, 11:11:11 (UTC+0200)"
+"""
+    Version
+"""
+__author__ = "Jean-Philippe ARGAUD"
+__all__ = []
+
+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