]> AND Private Git Repository - loba.git/blobdiff - version.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Version 0.4.
[loba.git] / version.cpp
index 5af7ff7c45e734bdbc197fe6f735f8f5261287c4..186d95ed7cb0a8d213057206646a2e53ed6f34d1 100644 (file)
@@ -6,7 +6,7 @@ namespace version {
     ("Asynchronous Load Balancing");
 
     const std::string num
-    ("0.2"
+    ("0.4"
 #include "localversion"
      );
 
@@ -14,7 +14,7 @@ namespace version {
     (__DATE__ " " __TIME__);
 
     const std::string copyright
-    ("Copyright (c) 2010-2012, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
+    ("Copyright (c) 2010-2018, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
 
 }