Salome HOME
Minor correction for Python 3
[modules/adao.git] / src / daComposant / daCore / version.py
index aca70e6ce76e5df52d0ee7366c0c4082820ede9b..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 = "0.13.0"
-date    = "jeudi 31 mars 2016, 12:12:12 (UTC+0100)"
+version = "2018.03.27"
+date    = "mardi 27 mars 2018, 12:12:12 (UTC+0100)"