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

Private GIT Repository
Version 0.3. v0.3
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 30 Apr 2018 09:43:12 +0000 (11:43 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 30 Apr 2018 09:43:12 +0000 (11:43 +0200)
CHANGES
version.cpp

diff --git a/CHANGES b/CHANGES
index 032ed303d382f4b0df17e59850f00552c487be8b..23c6498c3d4d0c38662c826c43495ded701fb98e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,11 @@
-v0.3 --
+v0.3 -- Mon, 30 Apr 2018 11:41:13 +0200
+
+ * Finalize version 0.3 before making new changes.
+ * See git log for details.
 
 v0.2 -- Thu, 01 Mar 2012 14:10:17 +0100
 
- * Timings are now cmputed with clock_gettime.
+ * Timings are now computed with clock_gettime.
  * Add ability to exit on detection of global convergence (-g).
  * Protect shared variables for parallel executions.
    Warning: parallel executions may give different results.
index 5f28d312d94c0ffbcd8748f79b2083112189c02f..f4c2223b933864fff0dbb7e0747d0dd8ee937f71 100644 (file)
@@ -6,7 +6,7 @@ namespace version {
     ("Asynchronous Load Balancing");
 
     const std::string num
-    ("0.3pre"
+    ("0.3"
 #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>");
 
 }