Salome HOME
Minor correction for Python 3
[modules/adao.git] / src / daComposant / daCore / version.py
index 3e81578e84ea9afba571922052725ab2d9dec086..e6842e11f5d6f51f6d15aff3617579ee25e8fa95 100644 (file)
@@ -1,6 +1,6 @@
-#-*-coding:iso-8859-1-*-
+# -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2016 EDF R&D
+# Copyright (C) 2008-2018 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
@@ -27,5 +27,5 @@ __author__ = "Jean-Philippe ARGAUD"
 __all__ = []
 
 name    = "Data Assimilation Package"
-version = "16.12.08"
-date    = "jeudi 8 décembre 2016, 12:12:12 (UTC+0100)"
+version = "2018.03.27"
+date    = "mardi 27 mars 2018, 12:12:12 (UTC+0100)"