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

Private GIT Repository
Handle timeout exception in condition_t::timedwait().
[loba.git] / version.cpp
index 0b89040744ca15f5ebd57058abf33334db320171..b2551665029c687644517b8816c7b5dafac64714 100644 (file)
@@ -6,7 +6,7 @@ namespace version {
     ("Asynchronous Load Balancing");
 
     const std::string num
-    ("0.1"
+    ("0.4pre"
 #include "localversion"
      );
 
@@ -14,7 +14,7 @@ namespace version {
     (__DATE__ " " __TIME__);
 
     const std::string copyright
-    ("Copyright (c) 2010-2011, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
+    ("Copyright (c) 2010-2018, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
 
 }